#BEBD8A

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

Shades of Coriander #BEBD8A

Tints of Coriander #BEBD8A

Color information

#BEBD8A (or 0xBEBD8A) is unknown color: approx Coriander. HEX triplet: BE, BD and 8A. RGB value is (190,189,138). Sum of RGB (Red+Green+Blue) = 190+189+138=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD8A is #414275. Grayscale: #B7B7B7. Windows color (decimal): -4276854 or 9092542. OLE color: 9092542.

HSL color Cylindrical-coordinate representation of color #BEBD8A: hue angle of 58.85º 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 #BEBD8A is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB190189138-
CMYK00.010.270.25
HSL58.85º28.57%64.31%-
HSV(B)58.85º27.37%74.51%-
XYZ44.0249.1831.22-
YUV183.48102.33132.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=36.75%
G=36.56%
B=26.69%

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
Decimal19018913800.010.270.2558.8528.5764.31
HexBEBD8A011B193b1d40
Octal2762752120133317335100
Binary101111101011110110001010011101111001111011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD8A; }

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

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

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

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

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

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

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

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