#BBBA09

Color #BBBA09 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BBBA09

Tints of La Rioja #BBBA09

Color information

#BBBA09 (or 0xBBBA09) is unknown color: approx La Rioja. HEX triplet: BB, BA and 09. RGB value is (187,186,9). Sum of RGB (Red+Green+Blue) = 187+186+9=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 9 (3.91% from 255 or 2.36% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA09 is #4445F6. Grayscale: #A6A6A6. Windows color (decimal): -4474359 or 637627. OLE color: 637627.

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

Color convert

RGB1871869-
CMYK00.010.950.27
HSL59.66º90.82%38.43%-
HSV(B)59.66º95.19%73.33%-
XYZ38.145.77.07-
YUV166.1239.33142.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 186 (73.05% from 255) = 48.69%
BLUE value IS 9 (3.91% from 255) = 2.36%
R=48.95%
G=48.69%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187186900.010.950.2759.6690.8238.43
HexBBBA9015F1B3c5b26
Octal2732721101137337413346
Binary10111011101110101001011011111110111111001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA09; }

 p { color: rgb(187,186,9); }

 H1.HeaderClassName
 {
   color: #BBBA09;
 }
 .AnyTagClassName
 {
   color: #BBBA09;
 }
</style>
background-color css

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

 a { background-color: rgb(187,186,9); }

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

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

 span { border-color: rgb(187,186,9); }

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