#B6B60F

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

Shades of La Rioja #B6B60F

Tints of La Rioja #B6B60F

Color information

#B6B60F (or 0xB6B60F) is unknown color: approx La Rioja. HEX triplet: B6, B6 and 0F. RGB value is (182,182,15). Sum of RGB (Red+Green+Blue) = 182+182+15=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B60F is #4949F0. Grayscale: #A3A3A3. Windows color (decimal): -4803057 or 1029814. OLE color: 1029814.

HSL color Cylindrical-coordinate representation of color #B6B60F: hue angle of 60º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6B60F is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18218215-
CMYK000.920.29
HSL60º84.77%38.63%-
HSV(B)60º91.76%71.37%-
XYZ36.1143.446.93-
YUV162.9644.5141.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 182 (71.48% from 255) = 48.02%
BLUE value IS 15 (6.25% from 255) = 3.96%
R=48.02%
G=48.02%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218215000.920.296084.7738.63
HexB6B6F005C1D3c5527
Octal2662661700134357412547
Binary10110110101101101111001011100111011111001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B60F; }

 p { color: rgb(182,182,15); }

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

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

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

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

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

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

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