#B4B285

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

Shades of Coriander #B4B285

Tints of Coriander #B4B285

Color information

#B4B285 (or 0xB4B285) is unknown color: approx Coriander. HEX triplet: B4, B2 and 85. RGB value is (180,178,133). Sum of RGB (Red+Green+Blue) = 180+178+133=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B285 is #4B4D7A. Grayscale: #ADADAD. Windows color (decimal): -4935035 or 8762036. OLE color: 8762036.

HSL color Cylindrical-coordinate representation of color #B4B285: hue angle of 57.45º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4B285 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB180178133-
CMYK00.010.260.29
HSL57.45º23.86%61.37%-
HSV(B)57.45º26.11%70.59%-
XYZ38.9843.2428.48-
YUV173.47105.16132.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 178 (69.92% from 255) = 36.25%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=36.66%
G=36.25%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017813300.010.260.2957.4523.8661.37
HexB4B285011A1D39183d
Octal264262205013235713075
Binary10110100101100101000010101110101110111100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B285; }

 p { color: rgb(180,178,133); }

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

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

 a { background-color: rgb(180,178,133); }

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

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

 span { border-color: rgb(180,178,133); }

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