#BBBB0E

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

Shades of La Rioja #BBBB0E

Tints of La Rioja #BBBB0E

Color information

#BBBB0E (or 0xBBBB0E) is unknown color: approx La Rioja. HEX triplet: BB, BB and 0E. RGB value is (187,187,14). Sum of RGB (Red+Green+Blue) = 187+187+14=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBB0E is #4444F1. Grayscale: #A7A7A7. Windows color (decimal): -4474098 or 965563. OLE color: 965563.

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

Color convert

RGB18718714-
CMYK000.930.27
HSL60º86.07%39.41%-
HSV(B)60º92.51%73.33%-
XYZ38.3446.147.3-
YUV167.2841.5142.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 187 (73.44% from 255) = 48.20%
BLUE value IS 14 (5.86% from 255) = 3.61%
R=48.20%
G=48.20%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718714000.930.276086.0739.41
HexBBBBE005D1B3c5627
Octal2732731600135337412647
Binary10111011101110111110001011101110111111001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB0E; }

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

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

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

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

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

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

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

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