Html Css Color HEX #BBAA07 La Rioja

📋 copy color: '#BBAA07'

red 187 ◦ green 170 ◦ blue 7

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

Shades of La Rioja #BBAA07

Tints of La Rioja #BBAA07

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.7%

 BLUE value IS 7 (3.13% from 255) = 1.92%

R = 51.37%
G = 46.7%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BBAA07 (or 0xBBAA07) is known color: La Rioja. HEX triplet: BB, AA and 07. RGB value is (187,170,7). Sum of RGB (Red+Green+Blue) = 187+170+7=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 7 (3.12% from 255 or 1.92% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAA07 is #4455F8. Grayscale: #9D9D9D. Windows color (decimal): -4478457 or 502459. OLE color: 502459.

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

Color convert

RGB 187 170 7 -
CMYK 0 0.09 0.96 0.27
HSL 54.33º 0.93% 0.38% -
HSV(B) 54.33º 0.96% 0.73% -
XYZ 34.91 39.33 5.95 -
YUV 156.5 43.63 149.75 -
System Red Green Blue C M Y K H S L
Decimal 187 170 7 0 0.09 0.96 0.27 54.33 0.93 0.38
Hex BB AA 7 0 9 60 1B 36 5D 26
Octal 273 252 7 0 11 140 33 66 135 46
Binary 10111011 10101010 111 0 1001 1100000 11011 110110 1011101 100110

Color Harmonies of #BBAA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA07

Black with #BBAA07

Text Example


Text Example

White with #BBAA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA07; }

 p { color: rgb(187,170,7); }

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

background-color css

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

 a { background-color: rgb(187,170,7); }

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

border-color css

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

 span { border-color: rgb(187,170,7); }

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