Html Css Color HEX #BBAB07 La Rioja

📋 copy color: '#BBAB07'

red 187 ◦ green 171 ◦ blue 7

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

Shades of La Rioja #BBAB07

Tints of La Rioja #BBAB07

RGB

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

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

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

R = 51.23%
G = 46.85%
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

#BBAB07 (or 0xBBAB07) is known color: La Rioja. HEX triplet: BB, AB and 07. RGB value is (187,171,7). Sum of RGB (Red+Green+Blue) = 187+171+7=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB07 is #4454F8. Grayscale: #9D9D9D. Windows color (decimal): -4478201 or 502715. OLE color: 502715.

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

Color convert

RGB 187 171 7 -
CMYK 0 0.09 0.96 0.27
HSL 54.67º 0.93% 0.38% -
HSV(B) 54.67º 0.96% 0.73% -
XYZ 35.09 39.71 6.02 -
YUV 157.09 43.3 149.34 -
System Red Green Blue C M Y K H S L
Decimal 187 171 7 0 0.09 0.96 0.27 54.67 0.93 0.38
Hex BB AB 7 0 9 60 1B 37 5D 26
Octal 273 253 7 0 11 140 33 67 135 46
Binary 10111011 10101011 111 0 1001 1100000 11011 110111 1011101 100110

Color Harmonies of #BBAB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB07

Black with #BBAB07

Text Example


Text Example

White with #BBAB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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