Html Css Color HEX #BBAB06 La Rioja

📋 copy color: '#BBAB06'

red 187 ◦ green 171 ◦ blue 6

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

Shades of La Rioja #BBAB06

Tints of La Rioja #BBAB06

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.98%

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

R = 51.37%
G = 46.98%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BBAB06 (or 0xBBAB06) is known color: La Rioja. HEX triplet: BB, AB and 06. RGB value is (187,171,6). Sum of RGB (Red+Green+Blue) = 187+171+6=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB06 is #4454F9. Grayscale: #9D9D9D. Windows color (decimal): -4478202 or 437179. OLE color: 437179.

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

Color convert

RGB 187 171 6 -
CMYK 0 0.09 0.97 0.27
HSL 54.7º 0.94% 0.38% -
HSV(B) 54.7º 0.97% 0.73% -
XYZ 35.09 39.7 5.99 -
YUV 156.97 42.8 149.42 -
System Red Green Blue C M Y K H S L
Decimal 187 171 6 0 0.09 0.97 0.27 54.7 0.94 0.38
Hex BB AB 6 0 9 61 1B 37 5E 26
Octal 273 253 6 0 11 141 33 67 136 46
Binary 10111011 10101011 110 0 1001 1100001 11011 110111 1011110 100110

Color Harmonies of #BBAB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB06

Black with #BBAB06

Text Example


Text Example

White with #BBAB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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