#B8B280

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

Shades of Coriander #B8B280

Tints of Coriander #B8B280

Color information

#B8B280 (or 0xB8B280) is unknown color: approx Coriander. HEX triplet: B8, B2 and 80. RGB value is (184,178,128). Sum of RGB (Red+Green+Blue) = 184+178+128=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B280 is #474D7F. Grayscale: #AEAEAE. Windows color (decimal): -4672896 or 8434360. OLE color: 8434360.

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

Color convert

RGB184178128-
CMYK00.030.300.28
HSL53.57º28.28%61.18%-
HSV(B)53.57º30.43%72.16%-
XYZ39.5843.5926.75-
YUV174.09101.99135.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.55%
GREEN value IS 178 (69.92% from 255) = 36.33%
BLUE value IS 128 (50.39% from 255) = 26.12%
R=37.55%
G=36.33%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417812800.030.300.2853.5728.2861.18
HexB8B280031E1C361c3d
Octal270262200033634663475
Binary101110001011001010000000011111101110011011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B280; }

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

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

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

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

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

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

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

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