Html Css Color HEX #BCAF08 La Rioja

📋 copy color: '#BCAF08'

red 188 ◦ green 175 ◦ blue 8

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

Shades of La Rioja #BCAF08

Tints of La Rioja #BCAF08

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.17%

 BLUE value IS 8 (3.52% from 255) = 2.16%

R = 50.67%
G = 47.17%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BCAF08 (or 0xBCAF08) is known color: La Rioja. HEX triplet: BC, AF and 08. RGB value is (188,175,8). Sum of RGB (Red+Green+Blue) = 188+175+8=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAF08 is #4350F7. Grayscale: #A0A0A0. Windows color (decimal): -4411640 or 569276. OLE color: 569276.

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

Color convert

RGB 188 175 8 -
CMYK 0 0.07 0.96 0.26
HSL 55.67º 0.92% 0.38% -
HSV(B) 55.67º 0.96% 0.74% -
XYZ 36.11 41.37 6.31 -
YUV 159.85 42.31 148.08 -
System Red Green Blue C M Y K H S L
Decimal 188 175 8 0 0.07 0.96 0.26 55.67 0.92 0.38
Hex BC AF 8 0 7 60 1A 38 5C 26
Octal 274 257 10 0 7 140 32 70 134 46
Binary 10111100 10101111 1000 0 111 1100000 11010 111000 1011100 100110

Color Harmonies of #BCAF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF08

Black with #BCAF08

Text Example


Text Example

White with #BCAF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF08; }

 p { color: rgb(188,175,8); }

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

background-color css

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

 a { background-color: rgb(188,175,8); }

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

border-color css

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

 span { border-color: rgb(188,175,8); }

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