Html Css Color HEX #BCAF09 La Rioja

📋 copy color: '#BCAF09'

red 188 ◦ green 175 ◦ blue 9

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

Shades of La Rioja #BCAF09

Tints of La Rioja #BCAF09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.42%

R = 50.54%
G = 47.04%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BCAF09 (or 0xBCAF09) is known color: La Rioja. HEX triplet: BC, AF and 09. RGB value is (188,175,9). Sum of RGB (Red+Green+Blue) = 188+175+9=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAF09 is #4350F6. Grayscale: #A0A0A0. Windows color (decimal): -4411639 or 634812. OLE color: 634812.

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

Color convert

RGB 188 175 9 -
CMYK 0 0.07 0.95 0.26
HSL 55.64º 0.91% 0.39% -
HSV(B) 55.64º 0.95% 0.74% -
XYZ 36.12 41.37 6.34 -
YUV 159.96 42.81 148 -
System Red Green Blue C M Y K H S L
Decimal 188 175 9 0 0.07 0.95 0.26 55.64 0.91 0.39
Hex BC AF 9 0 7 5F 1A 38 5B 27
Octal 274 257 11 0 7 137 32 70 133 47
Binary 10111100 10101111 1001 0 111 1011111 11010 111000 1011011 100111

Color Harmonies of #BCAF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF09

Black with #BCAF09

Text Example


Text Example

White with #BCAF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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