#B8B10D

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

Shades of La Rioja #B8B10D

Tints of La Rioja #B8B10D

Color information

#B8B10D (or 0xB8B10D) is unknown color: approx La Rioja. HEX triplet: B8, B1 and 0D. RGB value is (184,177,13). Sum of RGB (Red+Green+Blue) = 184+177+13=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8B10D is #474EF2. Grayscale: #A1A1A1. Windows color (decimal): -4673267 or 897464. OLE color: 897464.

HSL color Cylindrical-coordinate representation of color #B8B10D: hue angle of 57.54º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8B10D is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB18417713-
CMYK00.040.930.28
HSL57.54º86.8%38.63%-
HSV(B)57.54º92.93%72.16%-
XYZ35.5641.666.55-
YUV160.444.82144.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.20%
GREEN value IS 177 (69.53% from 255) = 47.33%
BLUE value IS 13 (5.47% from 255) = 3.48%
R=49.20%
G=47.33%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841771300.040.930.2857.5486.838.63
HexB8B1D045D1C3a5727
Octal2702611504135347212747
Binary1011100010110001110101001011101111001110101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B10D; }

 p { color: rgb(184,177,13); }

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

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

 a { background-color: rgb(184,177,13); }

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

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

 span { border-color: rgb(184,177,13); }

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