#B3B28C

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

Shades of Coriander #B3B28C

Tints of Coriander #B3B28C

Color information

#B3B28C (or 0xB3B28C) is unknown color: approx Coriander. HEX triplet: B3, B2 and 8C. RGB value is (179,178,140). Sum of RGB (Red+Green+Blue) = 179+178+140=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B28C is #4C4D73. Grayscale: #AEAEAE. Windows color (decimal): -5000564 or 9220787. OLE color: 9220787.

HSL color Cylindrical-coordinate representation of color #B3B28C: hue angle of 58.46º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3B28C is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB179178140-
CMYK00.010.220.30
HSL58.46º20.42%62.55%-
HSV(B)58.46º21.79%70.2%-
XYZ39.2443.3231.1-
YUV173.97108.83131.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 140 (55.08% from 255) = 28.17%
R=36.02%
G=35.81%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917814000.010.220.3058.4620.4262.55
HexB3B28C01161E3a143f
Octal263262214012636722477
Binary10110011101100101000110001101101111011101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B28C; }

 p { color: rgb(179,178,140); }

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

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

 a { background-color: rgb(179,178,140); }

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

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

 span { border-color: rgb(179,178,140); }

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