Html Css Color HEX #BBAC09 La Rioja

📋 copy color: '#BBAC09'

red 187 ◦ green 172 ◦ blue 9

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

Shades of La Rioja #BBAC09

Tints of La Rioja #BBAC09

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.74%

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

R = 50.82%
G = 46.74%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BBAC09 (or 0xBBAC09) is known color: La Rioja. HEX triplet: BB, AC and 09. RGB value is (187,172,9). Sum of RGB (Red+Green+Blue) = 187+172+9=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 9 (3.91% from 255 or 2.45% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC09 is #4453F6. Grayscale: #9E9E9E. Windows color (decimal): -4477943 or 634043. OLE color: 634043.

HSL color Cylindrical-coordinate representation of color #BBAC09: hue angle of 54.94º 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 #BBAC09 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 9 -
CMYK 0 0.08 0.95 0.27
HSL 54.94º 0.91% 0.38% -
HSV(B) 54.94º 0.95% 0.73% -
XYZ 35.3 40.09 6.14 -
YUV 157.9 43.97 148.75 -
System Red Green Blue C M Y K H S L
Decimal 187 172 9 0 0.08 0.95 0.27 54.94 0.91 0.38
Hex BB AC 9 0 8 5F 1B 37 5B 26
Octal 273 254 11 0 10 137 33 67 133 46
Binary 10111011 10101100 1001 0 1000 1011111 11011 110111 1011011 100110

Color Harmonies of #BBAC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC09

Black with #BBAC09

Text Example


Text Example

White with #BBAC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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