Html Css Color HEX #BEBA86 Coriander

📋 copy color: '#BEBA86'

red 190 ◦ green 186 ◦ blue 134

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

Shades of Coriander #BEBA86

Tints of Coriander #BEBA86

RGB

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

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

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

R = 37.25%
G = 36.47%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BEBA86 (or 0xBEBA86) is known color: Coriander. HEX triplet: BE, BA and 86. RGB value is (190,186,134). Sum of RGB (Red+Green+Blue) = 190+186+134=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA86 is #414579. Grayscale: #B5B5B5. Windows color (decimal): -4277626 or 8829630. OLE color: 8829630.

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

Color convert

RGB 190 186 134 -
CMYK 0 0.02 0.29 0.25
HSL 55.71º 0.3% 0.64% -
HSV(B) 55.71º 0.29% 0.75% -
XYZ 43.1 47.79 29.51 -
YUV 181.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 190 186 134 0 0.02 0.29 0.25 55.71 0.3 0.64
Hex BE BA 86 0 2 1D 19 38 1E 40
Octal 276 272 206 0 2 35 31 70 36 100
Binary 10111110 10111010 10000110 0 10 11101 11001 111000 11110 1000000

Color Harmonies of #BEBA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA86

Black with #BEBA86

Text Example


Text Example

White with #BEBA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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