#BEBC8A

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

Shades of Coriander #BEBC8A

Tints of Coriander #BEBC8A

Color information

#BEBC8A (or 0xBEBC8A) is unknown color: approx Coriander. HEX triplet: BE, BC and 8A. RGB value is (190,188,138). Sum of RGB (Red+Green+Blue) = 190+188+138=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC8A is #414375. Grayscale: #B7B7B7. Windows color (decimal): -4277110 or 9092286. OLE color: 9092286.

HSL color Cylindrical-coordinate representation of color #BEBC8A: hue angle of 57.69º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEBC8A is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB190188138-
CMYK00.010.270.25
HSL57.69º28.57%64.31%-
HSV(B)57.69º27.37%74.51%-
XYZ43.8148.7531.15-
YUV182.9102.66133.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=36.82%
G=36.43%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018813800.010.270.2557.6928.5764.31
HexBEBC8A011B193a1d40
Octal2762742120133317235100
Binary101111101011110010001010011101111001111010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC8A; }

 p { color: rgb(190,188,138); }

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

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

 a { background-color: rgb(190,188,138); }

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

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

 span { border-color: rgb(190,188,138); }

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