#BBBA0A

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

Shades of La Rioja #BBBA0A

Tints of La Rioja #BBBA0A

Color information

#BBBA0A (or 0xBBBA0A) is unknown color: approx La Rioja. HEX triplet: BB, BA and 0A. RGB value is (187,186,10). Sum of RGB (Red+Green+Blue) = 187+186+10=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA0A is #4445F5. Grayscale: #A6A6A6. Windows color (decimal): -4474358 or 703163. OLE color: 703163.

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

Color convert

RGB18718610-
CMYK00.010.950.27
HSL59.66º89.85%38.63%-
HSV(B)59.66º94.65%73.33%-
XYZ38.1145.77.1-
YUV166.2339.83142.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 186 (73.05% from 255) = 48.56%
BLUE value IS 10 (4.30% from 255) = 2.61%
R=48.83%
G=48.56%
B=2.61%

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
Decimal1871861000.010.950.2759.6689.8538.63
HexBBBAA015F1B3c5a27
Octal2732721201137337413247
Binary10111011101110101010011011111110111111001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA0A; }

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

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

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

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

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

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

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

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