Html Css Color HEX #BBAF09 La Rioja

📋 copy color: '#BBAF09'

red 187 ◦ green 175 ◦ blue 9

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

Shades of La Rioja #BBAF09

Tints of La Rioja #BBAF09

RGB

 RED value IS 187 (73.44% from 255) = 50.4%

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

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

R = 50.4%
G = 47.17%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BBAF09 (or 0xBBAF09) is known color: La Rioja. HEX triplet: BB, AF and 09. RGB value is (187,175,9). Sum of RGB (Red+Green+Blue) = 187+175+9=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF09 is #4450F6. Grayscale: #A0A0A0. Windows color (decimal): -4477175 or 634811. OLE color: 634811.

HSL color Cylindrical-coordinate representation of color #BBAF09: hue angle of 55.96º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBAF09 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 9 -
CMYK 0 0.06 0.95 0.27
HSL 55.96º 0.91% 0.38% -
HSV(B) 55.96º 0.95% 0.73% -
XYZ 35.87 41.24 6.33 -
YUV 159.66 42.98 147.5 -
System Red Green Blue C M Y K H S L
Decimal 187 175 9 0 0.06 0.95 0.27 55.96 0.91 0.38
Hex BB AF 9 0 6 5F 1B 38 5B 26
Octal 273 257 11 0 6 137 33 70 133 46
Binary 10111011 10101111 1001 0 110 1011111 11011 111000 1011011 100110

Color Harmonies of #BBAF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF09

Black with #BBAF09

Text Example


Text Example

White with #BBAF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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