Html Css Color HEX #BBAC06 La Rioja

📋 copy color: '#BBAC06'

red 187 ◦ green 172 ◦ blue 6

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

Shades of La Rioja #BBAC06

Tints of La Rioja #BBAC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.64%

R = 51.23%
G = 47.12%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BBAC06 (or 0xBBAC06) is known color: La Rioja. HEX triplet: BB, AC and 06. RGB value is (187,172,6). Sum of RGB (Red+Green+Blue) = 187+172+6=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC06 is #4453F9. Grayscale: #9E9E9E. Windows color (decimal): -4477946 or 437435. OLE color: 437435.

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

Color convert

RGB 187 172 6 -
CMYK 0 0.08 0.97 0.27
HSL 55.03º 0.94% 0.38% -
HSV(B) 55.03º 0.97% 0.73% -
XYZ 35.28 40.08 6.05 -
YUV 157.56 42.47 149 -
System Red Green Blue C M Y K H S L
Decimal 187 172 6 0 0.08 0.97 0.27 55.03 0.94 0.38
Hex BB AC 6 0 8 61 1B 37 5E 26
Octal 273 254 6 0 10 141 33 67 136 46
Binary 10111011 10101100 110 0 1000 1100001 11011 110111 1011110 100110

Color Harmonies of #BBAC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC06

Black with #BBAC06

Text Example


Text Example

White with #BBAC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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