#B9B610

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

Shades of La Rioja #B9B610

Tints of La Rioja #B9B610

Color information

#B9B610 (or 0xB9B610) is unknown color: approx La Rioja. HEX triplet: B9, B6 and 10. RGB value is (185,182,16). Sum of RGB (Red+Green+Blue) = 185+182+16=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B610 is #4649EF. Grayscale: #A4A4A4. Windows color (decimal): -4606448 or 1095353. OLE color: 1095353.

HSL color Cylindrical-coordinate representation of color #B9B610: hue angle of 58.93º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9B610 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB18518216-
CMYK00.020.910.27
HSL58.93º84.08%39.41%-
HSV(B)58.93º91.35%72.55%-
XYZ36.8343.817-
YUV163.9744.49143-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 182 (71.48% from 255) = 47.52%
BLUE value IS 16 (6.64% from 255) = 4.18%
R=48.30%
G=47.52%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851821600.020.910.2758.9384.0839.41
HexB9B610025B1B3b5427
Octal2712662002133337312447
Binary1011100110110110100000101011011110111110111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B610; }

 p { color: rgb(185,182,16); }

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

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

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

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

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

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

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