#B8B213

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

Shades of La Rioja #B8B213

Tints of La Rioja #B8B213

Color information

#B8B213 (or 0xB8B213) is unknown color: approx La Rioja. HEX triplet: B8, B2 and 13. RGB value is (184,178,19). Sum of RGB (Red+Green+Blue) = 184+178+19=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8B213 is #474DEC. Grayscale: #A2A2A2. Windows color (decimal): -4673005 or 1290936. OLE color: 1290936.

HSL color Cylindrical-coordinate representation of color #B8B213: hue angle of 57.82º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8B213 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB18417819-
CMYK00.030.900.28
HSL57.82º81.28%39.8%-
HSV(B)57.82º89.67%72.16%-
XYZ35.8142.086.85-
YUV161.6747.49143.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.29%
GREEN value IS 178 (69.92% from 255) = 46.72%
BLUE value IS 19 (7.81% from 255) = 4.99%
R=48.29%
G=46.72%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841781900.030.900.2857.8281.2839.8
HexB8B213035A1C3a5128
Octal2702622303132347212150
Binary1011100010110010100110111011010111001110101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B213; }

 p { color: rgb(184,178,19); }

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

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

 a { background-color: rgb(184,178,19); }

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

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

 span { border-color: rgb(184,178,19); }

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