Html Css Color HEX #BEBC15 La Rioja

📋 copy color: '#BEBC15'

red 190 ◦ green 188 ◦ blue 21

#BEBC15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BEBC15

Tints of La Rioja #BEBC15

RGB

 RED value IS 190 (74.61% from 255) = 47.62%

 GREEN value IS 188 (73.83% from 255) = 47.12%

 BLUE value IS 21 (8.59% from 255) = 5.26%

R = 47.62%
G = 47.12%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BEBC15 (or 0xBEBC15) is known color: La Rioja. HEX triplet: BE, BC and 15. RGB value is (190,188,21). Sum of RGB (Red+Green+Blue) = 190+188+21=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBC15 is #4143EA. Grayscale: #AAAAAA. Windows color (decimal): -4277227 or 1424574. OLE color: 1424574.

HSL color Cylindrical-coordinate representation of color #BEBC15: hue angle of 59.29º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEBC15 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 188 21 -
CMYK 0 0.01 0.89 0.25
HSL 59.29º 0.8% 0.41% -
HSV(B) 59.29º 0.89% 0.75% -
XYZ 39.35 46.97 7.7 -
YUV 169.56 44.16 142.58 -
System Red Green Blue C M Y K H S L
Decimal 190 188 21 0 0.01 0.89 0.25 59.29 0.8 0.41
Hex BE BC 15 0 1 59 19 3B 50 29
Octal 276 274 25 0 1 131 31 73 120 51
Binary 10111110 10111100 10101 0 1 1011001 11001 111011 1010000 101001

Color Harmonies of #BEBC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC15

Black with #BEBC15

Text Example


Text Example

White with #BEBC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC15; }

 p { color: rgb(190,188,21); }

 H1.HeaderClassName
 {
   color: #BEBC15;
 }
 .AnyTagClassName
 {
   color: #BEBC15;
 }
</style>

background-color css

<style>
 a { background-color: #BEBC15; }

 a { background-color: rgb(190,188,21); }

 div.DivClassName
 {
   background-color: #BEBC15;
 }
 .BgClassName
 {
   background-color: #BEBC15;
 }
</style>

border-color css

<style>
 span { border-color: #BEBC15; }

 span { border-color: rgb(190,188,21); }

 td.TdClassName
 {
   border-color: #BEBC15;
 }
 .TagClassName
 {
   border-color: #BEBC15;
 }
</style>