Html Css Color HEX #BEB994 Coriander

📋 copy color: '#BEB994'

red 190 ◦ green 185 ◦ blue 148

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

Shades of Coriander #BEB994

Tints of Coriander #BEB994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.37%

 BLUE value IS 148 (58.2% from 255) = 28.3%

R = 36.33%
G = 35.37%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BEB994 (or 0xBEB994) is known color: Coriander. HEX triplet: BE, B9 and 94. RGB value is (190,185,148). Sum of RGB (Red+Green+Blue) = 190+185+148=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB994 is #41466B. Grayscale: #B6B6B6. Windows color (decimal): -4277868 or 9746878. OLE color: 9746878.

HSL color Cylindrical-coordinate representation of color #BEB994: hue angle of 52.86º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEB994 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 185 148 -
CMYK 0 0.03 0.22 0.25
HSL 52.86º 0.24% 0.66% -
HSV(B) 52.86º 0.22% 0.75% -
XYZ 43.93 47.78 34.92 -
YUV 182.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 190 185 148 0 0.03 0.22 0.25 52.86 0.24 0.66
Hex BE B9 94 0 3 16 19 35 18 42
Octal 276 271 224 0 3 26 31 65 30 102
Binary 10111110 10111001 10010100 0 11 10110 11001 110101 11000 1000010

Color Harmonies of #BEB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB994

Black with #BEB994

Text Example


Text Example

White with #BEB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB994; }

 p { color: rgb(190,185,148); }

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

background-color css

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

 a { background-color: rgb(190,185,148); }

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

border-color css

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

 span { border-color: rgb(190,185,148); }

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