#B8B616

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

Shades of La Rioja #B8B616

Tints of La Rioja #B8B616

Color information

#B8B616 (or 0xB8B616) is unknown color: approx La Rioja. HEX triplet: B8, B6 and 16. RGB value is (184,182,22). Sum of RGB (Red+Green+Blue) = 184+182+22=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8B616 is #4749E9. Grayscale: #A4A4A4. Windows color (decimal): -4671978 or 1488568. OLE color: 1488568.

HSL color Cylindrical-coordinate representation of color #B8B616: hue angle of 59.26º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8B616 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB18418222-
CMYK00.010.880.28
HSL59.26º78.64%40.39%-
HSV(B)59.26º88.04%72.16%-
XYZ36.6443.77.26-
YUV164.3647.66142.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.42%
GREEN value IS 182 (71.48% from 255) = 46.91%
BLUE value IS 22 (8.98% from 255) = 5.67%
R=47.42%
G=46.91%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841822200.010.880.2859.2678.6440.39
HexB8B61601581C3b4f28
Octal2702662601130347311750
Binary101110001011011010110011011000111001110111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B616; }

 p { color: rgb(184,182,22); }

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

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

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

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

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

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

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