#BEBA88

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

Shades of Coriander #BEBA88

Tints of Coriander #BEBA88

Color information

#BEBA88 (or 0xBEBA88) is unknown color: approx Coriander. HEX triplet: BE, BA and 88. RGB value is (190,186,136). Sum of RGB (Red+Green+Blue) = 190+186+136=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA88 is #414577. Grayscale: #B5B5B5. Windows color (decimal): -4277624 or 8960702. OLE color: 8960702.

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

Color convert

RGB190186136-
CMYK00.020.280.25
HSL55.56º29.35%63.92%-
HSV(B)55.56º28.42%74.51%-
XYZ43.2447.8430.25-
YUV181.5102.33134.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=37.11%
G=36.33%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018613600.020.280.2555.5629.3563.92
HexBEBA88021C19381d40
Octal2762722100234317035100
Binary1011111010111010100010000101110011001111000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA88; }

 p { color: rgb(190,186,136); }

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

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

 a { background-color: rgb(190,186,136); }

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

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

 span { border-color: rgb(190,186,136); }

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