Html Css Color HEX #BE9E6B Fallow

📋 copy color: '#BE9E6B'

red 190 ◦ green 158 ◦ blue 107

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

Shades of Fallow #BE9E6B

Tints of Fallow #BE9E6B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.73%

 BLUE value IS 107 (42.19% from 255) = 23.52%

R = 41.76%
G = 34.73%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE9E6B (or 0xBE9E6B) is known color: Fallow. HEX triplet: BE, 9E and 6B. RGB value is (190,158,107). Sum of RGB (Red+Green+Blue) = 190+158+107=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E6B is #416194. Grayscale: #A1A1A1. Windows color (decimal): -4284821 or 7052990. OLE color: 7052990.

HSL color Cylindrical-coordinate representation of color #BE9E6B: hue angle of 36.87º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE9E6B is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 158 107 -
CMYK 0 0.17 0.44 0.25
HSL 36.87º 0.39% 0.58% -
HSV(B) 36.87º 0.44% 0.75% -
XYZ 36.12 36.46 19.04 -
YUV 161.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 190 158 107 0 0.17 0.44 0.25 36.87 0.39 0.58
Hex BE 9E 6B 0 11 2C 19 25 27 3A
Octal 276 236 153 0 21 54 31 45 47 72
Binary 10111110 10011110 1101011 0 10001 101100 11001 100101 100111 111010

Color Harmonies of #BE9E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E6B

Black with #BE9E6B

Text Example


Text Example

White with #BE9E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E6B; }

 p { color: rgb(190,158,107); }

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

background-color css

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

 a { background-color: rgb(190,158,107); }

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

border-color css

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

 span { border-color: rgb(190,158,107); }

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