#BBB307

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

Shades of La Rioja #BBB307

Tints of La Rioja #BBB307

Color information

#BBB307 (or 0xBBB307) is unknown color: approx La Rioja. HEX triplet: BB, B3 and 07. RGB value is (187,179,7). Sum of RGB (Red+Green+Blue) = 187+179+7=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB307 is #444CF8. Grayscale: #A2A2A2. Windows color (decimal): -4476153 or 504763. OLE color: 504763.

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

Color convert

RGB1871797-
CMYK00.040.960.27
HSL57.33º92.78%38.04%-
HSV(B)57.33º96.26%73.33%-
XYZ36.6542.826.53-
YUV161.7840.65145.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 179 (70.31% from 255) = 47.99%
BLUE value IS 7 (3.12% from 255) = 1.88%
R=50.13%
G=47.99%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187179700.040.960.2757.3392.7838.04
HexBBB3704601B395d26
Octal273263704140337113546
Binary101110111011001111101001100000110111110011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB307; }

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

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

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

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

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

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

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

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