#B7B280

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

Shades of Coriander #B7B280

Tints of Coriander #B7B280

Color information

#B7B280 (or 0xB7B280) is unknown color: approx Coriander. HEX triplet: B7, B2 and 80. RGB value is (183,178,128). Sum of RGB (Red+Green+Blue) = 183+178+128=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B280 is #484D7F. Grayscale: #AEAEAE. Windows color (decimal): -4738432 or 8434359. OLE color: 8434359.

HSL color Cylindrical-coordinate representation of color #B7B280: hue angle of 54.55º 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 #B7B280 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB183178128-
CMYK00.030.300.28
HSL54.55º27.64%60.98%-
HSV(B)54.55º30.05%71.76%-
XYZ39.3543.4726.74-
YUV173.8102.16134.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.42%
GREEN value IS 178 (69.92% from 255) = 36.40%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=37.42%
G=36.40%
B=26.18%

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
Decimal18317812800.030.300.2854.5527.6460.98
HexB7B280031E1C371c3d
Octal267262200033634673475
Binary101101111011001010000000011111101110011011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B280; }

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

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

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

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

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

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

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

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