#B6B305

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

Shades of La Rioja #B6B305

Tints of La Rioja #B6B305

Color information

#B6B305 (or 0xB6B305) is unknown color: approx La Rioja. HEX triplet: B6, B3 and 05. RGB value is (182,179,5). Sum of RGB (Red+Green+Blue) = 182+179+5=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B305 is #494CFA. Grayscale: #A0A0A0. Windows color (decimal): -4803835 or 373686. OLE color: 373686.

HSL color Cylindrical-coordinate representation of color #B6B305: hue angle of 58.98º 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 #B6B305 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1821795-
CMYK00.020.970.29
HSL58.98º94.65%36.67%-
HSV(B)58.98º97.25%71.37%-
XYZ35.4442.26.42-
YUV160.0640.49143.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.73%
GREEN value IS 179 (70.31% from 255) = 48.91%
BLUE value IS 5 (2.34% from 255) = 1.37%
R=49.73%
G=48.91%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182179500.020.970.2958.9894.6536.67
HexB6B3502611D3b5f25
Octal266263502141357313745
Binary10110110101100111010101100001111011110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B305; }

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

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

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

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

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

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

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

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