#B8B282

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

Shades of Coriander #B8B282

Tints of Coriander #B8B282

Color information

#B8B282 (or 0xB8B282) is unknown color: approx Coriander. HEX triplet: B8, B2 and 82. RGB value is (184,178,130). Sum of RGB (Red+Green+Blue) = 184+178+130=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B282 is #474D7D. Grayscale: #AEAEAE. Windows color (decimal): -4672894 or 8565432. OLE color: 8565432.

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

Color convert

RGB184178130-
CMYK00.030.290.28
HSL53.33º27.55%61.57%-
HSV(B)53.33º29.35%72.16%-
XYZ39.7243.6427.45-
YUV174.32102.99134.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.40%
GREEN value IS 178 (69.92% from 255) = 36.18%
BLUE value IS 130 (51.17% from 255) = 26.42%
R=37.40%
G=36.18%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417813000.030.290.2853.3327.5561.57
HexB8B282031D1C351c3e
Octal270262202033534653476
Binary101110001011001010000010011111011110011010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B282; }

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

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

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

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

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

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

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

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