#BEB48C

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

Shades of Coriander #BEB48C

Tints of Coriander #BEB48C

Color information

#BEB48C (or 0xBEB48C) is unknown color: approx Coriander. HEX triplet: BE, B4 and 8C. RGB value is (190,180,140). Sum of RGB (Red+Green+Blue) = 190+180+140=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB48C is #414B73. Grayscale: #B2B2B2. Windows color (decimal): -4279156 or 9221310. OLE color: 9221310.

HSL color Cylindrical-coordinate representation of color #BEB48C: hue angle of 48º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEB48C is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190180140-
CMYK00.050.260.25
HSL48º27.78%64.71%-
HSV(B)48º26.32%74.51%-
XYZ42.2945.4831.36-
YUV178.43106.31136.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=37.25%
G=35.29%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018014000.050.260.254827.7864.71
HexBEB48C051A19301c41
Octal2762642140532316034101
Binary10111110101101001000110001011101011001110000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB48C; }

 p { color: rgb(190,180,140); }

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

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

 a { background-color: rgb(190,180,140); }

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

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

 span { border-color: rgb(190,180,140); }

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