Html Css Color HEX #BEB986 Coriander

📋 copy color: '#BEB986'

red 190 ◦ green 185 ◦ blue 134

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

Shades of Coriander #BEB986

Tints of Coriander #BEB986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.33%

R = 37.33%
G = 36.35%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BEB986 (or 0xBEB986) is known color: Coriander. HEX triplet: BE, B9 and 86. RGB value is (190,185,134). Sum of RGB (Red+Green+Blue) = 190+185+134=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB986 is #414679. Grayscale: #B4B4B4. Windows color (decimal): -4277882 or 8829374. OLE color: 8829374.

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

Color convert

RGB 190 185 134 -
CMYK 0 0.03 0.29 0.25
HSL 54.64º 0.3% 0.64% -
HSV(B) 54.64º 0.29% 0.75% -
XYZ 42.89 47.37 29.44 -
YUV 180.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 190 185 134 0 0.03 0.29 0.25 54.64 0.3 0.64
Hex BE B9 86 0 3 1D 19 37 1E 40
Octal 276 271 206 0 3 35 31 67 36 100
Binary 10111110 10111001 10000110 0 11 11101 11001 110111 11110 1000000

Color Harmonies of #BEB986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB986

Black with #BEB986

Text Example


Text Example

White with #BEB986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB986; }

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

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

background-color css

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

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

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

border-color css

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

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

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