Html Css Color HEX #BEBA8E Coriander

📋 copy color: '#BEBA8E'

red 190 ◦ green 186 ◦ blue 142

#BEBA8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coriander #BEBA8E

Tints of Coriander #BEBA8E

RGB

 RED value IS 190 (74.61% from 255) = 36.68%

 GREEN value IS 186 (73.05% from 255) = 35.91%

 BLUE value IS 142 (55.86% from 255) = 27.41%

R = 36.68%
G = 35.91%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BEBA8E (or 0xBEBA8E) is known color: Coriander. HEX triplet: BE, BA and 8E. RGB value is (190,186,142). Sum of RGB (Red+Green+Blue) = 190+186+142=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA8E is #414571. Grayscale: #B6B6B6. Windows color (decimal): -4277618 or 9353918. OLE color: 9353918.

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

Color convert

RGB 190 186 142 -
CMYK 0 0.02 0.25 0.25
HSL 55º 0.27% 0.65% -
HSV(B) 55º 0.25% 0.75% -
XYZ 43.68 48.02 32.56 -
YUV 182.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 190 186 142 0 0.02 0.25 0.25 55 0.27 0.65
Hex BE BA 8E 0 2 19 19 37 1B 41
Octal 276 272 216 0 2 31 31 67 33 101
Binary 10111110 10111010 10001110 0 10 11001 11001 110111 11011 1000001

Color Harmonies of #BEBA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA8E

Black with #BEBA8E

Text Example


Text Example

White with #BEBA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA8E; }

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

 H1.HeaderClassName
 {
   color: #BEBA8E;
 }
 .AnyTagClassName
 {
   color: #BEBA8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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