#BBBA0E

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

Shades of La Rioja #BBBA0E

Tints of La Rioja #BBBA0E

Color information

#BBBA0E (or 0xBBBA0E) is unknown color: approx La Rioja. HEX triplet: BB, BA and 0E. RGB value is (187,186,14). Sum of RGB (Red+Green+Blue) = 187+186+14=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA0E is #4445F1. Grayscale: #A7A7A7. Windows color (decimal): -4474354 or 965307. OLE color: 965307.

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

Color convert

RGB18718614-
CMYK00.010.930.27
HSL59.65º86.07%39.41%-
HSV(B)59.65º92.51%73.33%-
XYZ38.1345.717.23-
YUV166.6941.83142.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 186 (73.05% from 255) = 48.06%
BLUE value IS 14 (5.86% from 255) = 3.62%
R=48.32%
G=48.06%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871861400.010.930.2759.6586.0739.41
HexBBBAE015D1B3c5627
Octal2732721601135337412647
Binary10111011101110101110011011101110111111001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA0E; }

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

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

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

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

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

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

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

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