Html Css Color HEX #BBAA04 La Rioja

📋 copy color: '#BBAA04'

red 187 ◦ green 170 ◦ blue 4

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

Shades of La Rioja #BBAA04

Tints of La Rioja #BBAA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 51.8%
G = 47.09%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BBAA04 (or 0xBBAA04) is known color: La Rioja. HEX triplet: BB, AA and 04. RGB value is (187,170,4). Sum of RGB (Red+Green+Blue) = 187+170+4=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAA04 is #4455FB. Grayscale: #9C9C9C. Windows color (decimal): -4478460 or 305851. OLE color: 305851.

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

Color convert

RGB 187 170 4 -
CMYK 0 0.09 0.98 0.27
HSL 54.43º 0.96% 0.37% -
HSV(B) 54.43º 0.98% 0.73% -
XYZ 34.89 39.32 5.87 -
YUV 156.16 42.13 150 -
System Red Green Blue C M Y K H S L
Decimal 187 170 4 0 0.09 0.98 0.27 54.43 0.96 0.37
Hex BB AA 4 0 9 62 1B 36 60 25
Octal 273 252 4 0 11 142 33 66 140 45
Binary 10111011 10101010 100 0 1001 1100010 11011 110110 1100000 100101

Color Harmonies of #BBAA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA04

Black with #BBAA04

Text Example


Text Example

White with #BBAA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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