Html Css Color HEX #BCAE0B La Rioja

📋 copy color: '#BCAE0B'

red 188 ◦ green 174 ◦ blue 11

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

Shades of La Rioja #BCAE0B

Tints of La Rioja #BCAE0B

RGB

 RED value IS 188 (73.83% from 255) = 50.4%

 GREEN value IS 174 (68.36% from 255) = 46.65%

 BLUE value IS 11 (4.69% from 255) = 2.95%

R = 50.4%
G = 46.65%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCAE0B (or 0xBCAE0B) is known color: La Rioja. HEX triplet: BC, AE and 0B. RGB value is (188,174,11). Sum of RGB (Red+Green+Blue) = 188+174+11=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAE0B is #4351F4. Grayscale: #A0A0A0. Windows color (decimal): -4411893 or 765628. OLE color: 765628.

HSL color Cylindrical-coordinate representation of color #BCAE0B: hue angle of 55.25º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCAE0B is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 174 11 -
CMYK 0 0.07 0.94 0.26
HSL 55.25º 0.89% 0.39% -
HSV(B) 55.25º 0.94% 0.74% -
XYZ 35.94 40.99 6.33 -
YUV 159.6 44.14 148.25 -
System Red Green Blue C M Y K H S L
Decimal 188 174 11 0 0.07 0.94 0.26 55.25 0.89 0.39
Hex BC AE B 0 7 5E 1A 37 59 27
Octal 274 256 13 0 7 136 32 67 131 47
Binary 10111100 10101110 1011 0 111 1011110 11010 110111 1011001 100111

Color Harmonies of #BCAE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE0B

Black with #BCAE0B

Text Example


Text Example

White with #BCAE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE0B; }

 p { color: rgb(188,174,11); }

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

background-color css

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

 a { background-color: rgb(188,174,11); }

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

border-color css

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

 span { border-color: rgb(188,174,11); }

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