#BBB606

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

Shades of La Rioja #BBB606

Tints of La Rioja #BBB606

Color information

#BBB606 (or 0xBBB606) is unknown color: approx La Rioja. HEX triplet: BB, B6 and 06. RGB value is (187,182,6). Sum of RGB (Red+Green+Blue) = 187+182+6=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB606 is #4449F9. Grayscale: #A4A4A4. Windows color (decimal): -4475386 or 439995. OLE color: 439995.

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

Color convert

RGB1871826-
CMYK00.030.970.27
HSL58.34º93.78%37.84%-
HSV(B)58.34º96.79%73.33%-
XYZ37.2544.036.71-
YUV163.4339.16144.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 182 (71.48% from 255) = 48.53%
BLUE value IS 6 (2.73% from 255) = 1.6%
R=49.87%
G=48.53%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187182600.030.970.2758.3493.7837.84
HexBBB6603611B3a5e26
Octal273266603141337213646
Binary10111011101101101100111100001110111110101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB606; }

 p { color: rgb(187,182,6); }

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

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

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

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

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

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

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