#BEB68A

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

Shades of Coriander #BEB68A

Tints of Coriander #BEB68A

Color information

#BEB68A (or 0xBEB68A) is unknown color: approx Coriander. HEX triplet: BE, B6 and 8A. RGB value is (190,182,138). Sum of RGB (Red+Green+Blue) = 190+182+138=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB68A is #414975. Grayscale: #B3B3B3. Windows color (decimal): -4278646 or 9090750. OLE color: 9090750.

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

Color convert

RGB190182138-
CMYK00.040.270.25
HSL50.77º28.57%64.31%-
HSV(B)50.77º27.37%74.51%-
XYZ42.5546.2430.73-
YUV179.38104.65135.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 182 (71.48% from 255) = 35.69%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=37.25%
G=35.69%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018213800.040.270.2550.7728.5764.31
HexBEB68A041B19331d40
Octal2762662120433316335100
Binary10111110101101101000101001001101111001110011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB68A; }

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

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

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

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

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

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

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

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