#B7B48D

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

Shades of Coriander #B7B48D

Tints of Coriander #B7B48D

Color information

#B7B48D (or 0xB7B48D) is unknown color: approx Coriander. HEX triplet: B7, B4 and 8D. RGB value is (183,180,141). Sum of RGB (Red+Green+Blue) = 183+180+141=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B48D is #484B72. Grayscale: #B0B0B0. Windows color (decimal): -4737907 or 9286839. OLE color: 9286839.

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

Color convert

RGB183180141-
CMYK00.020.230.28
HSL55.71º22.58%63.53%-
HSV(B)55.71º22.95%71.76%-
XYZ40.6644.6331.67-
YUV176.45107.99132.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.31%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=36.31%
G=35.71%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318014100.020.230.2855.7122.5863.53
HexB7B48D02171C381740
Octal2672642150227347027100
Binary1011011110110100100011010101011111100111000101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B48D; }

 p { color: rgb(183,180,141); }

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

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

 a { background-color: rgb(183,180,141); }

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

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

 span { border-color: rgb(183,180,141); }

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