#B6B105

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

Shades of La Rioja #B6B105

Tints of La Rioja #B6B105

Color information

#B6B105 (or 0xB6B105) is unknown color: approx La Rioja. HEX triplet: B6, B1 and 05. RGB value is (182,177,5). Sum of RGB (Red+Green+Blue) = 182+177+5=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6B105 is #494EFA. Grayscale: #9F9F9F. Windows color (decimal): -4804347 or 373174. OLE color: 373174.

HSL color Cylindrical-coordinate representation of color #B6B105: hue angle of 58.31º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B6B105 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1821775-
CMYK00.030.970.29
HSL58.31º94.65%36.67%-
HSV(B)58.31º97.25%71.37%-
XYZ35.0441.46.29-
YUV158.8941.16144.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50%
GREEN value IS 177 (69.53% from 255) = 48.63%
BLUE value IS 5 (2.34% from 255) = 1.37%
R=50%
G=48.63%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182177500.030.970.2958.3194.6536.67
HexB6B1503611D3a5f25
Octal266261503141357213745
Binary10110110101100011010111100001111011110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B105; }

 p { color: rgb(182,177,5); }

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

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

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

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

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

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

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