Html Css Color HEX #BEB694 Coriander

📋 copy color: '#BEB694'

red 190 ◦ green 182 ◦ blue 148

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

Shades of Coriander #BEB694

Tints of Coriander #BEB694

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35%

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

R = 36.54%
G = 35%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BEB694 (or 0xBEB694) is known color: Coriander. HEX triplet: BE, B6 and 94. RGB value is (190,182,148). Sum of RGB (Red+Green+Blue) = 190+182+148=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB694 is #41496B. Grayscale: #B4B4B4. Windows color (decimal): -4278636 or 9746110. OLE color: 9746110.

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

Color convert

RGB 190 182 148 -
CMYK 0 0.04 0.22 0.25
HSL 48.57º 0.24% 0.66% -
HSV(B) 48.57º 0.22% 0.75% -
XYZ 43.31 46.54 34.72 -
YUV 180.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 190 182 148 0 0.04 0.22 0.25 48.57 0.24 0.66
Hex BE B6 94 0 4 16 19 31 18 42
Octal 276 266 224 0 4 26 31 61 30 102
Binary 10111110 10110110 10010100 0 100 10110 11001 110001 11000 1000010

Color Harmonies of #BEB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB694

Black with #BEB694

Text Example


Text Example

White with #BEB694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB694; }

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

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

background-color css

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

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

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

border-color css

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

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

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