#B9B608

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

Shades of La Rioja #B9B608

Tints of La Rioja #B9B608

Color information

#B9B608 (or 0xB9B608) is unknown color: approx La Rioja. HEX triplet: B9, B6 and 08. RGB value is (185,182,8). Sum of RGB (Red+Green+Blue) = 185+182+8=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B608 is #4649F7. Grayscale: #A3A3A3. Windows color (decimal): -4606456 or 571065. OLE color: 571065.

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

Color convert

RGB1851828-
CMYK00.020.960.27
HSL58.98º91.71%37.84%-
HSV(B)58.98º95.68%72.55%-
XYZ36.7843.796.74-
YUV163.0640.49143.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 182 (71.48% from 255) = 48.53%
BLUE value IS 8 (3.52% from 255) = 2.13%
R=49.33%
G=48.53%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185182800.020.960.2758.9891.7137.84
HexB9B6802601B3b5c26
Octal2712661002140337313446
Binary101110011011011010000101100000110111110111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B608; }

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

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

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

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

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

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

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

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