Html Css Color HEX #BE9F6C Fallow

📋 copy color: '#BE9F6C'

red 190 ◦ green 159 ◦ blue 108

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

Shades of Fallow #BE9F6C

Tints of Fallow #BE9F6C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.79%

 BLUE value IS 108 (42.58% from 255) = 23.63%

R = 41.58%
G = 34.79%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE9F6C (or 0xBE9F6C) is known color: Fallow. HEX triplet: BE, 9F and 6C. RGB value is (190,159,108). Sum of RGB (Red+Green+Blue) = 190+159+108=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F6C is #416093. Grayscale: #A2A2A2. Windows color (decimal): -4284564 or 7118782. OLE color: 7118782.

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

Color convert

RGB 190 159 108 -
CMYK 0 0.16 0.43 0.25
HSL 37.32º 0.39% 0.58% -
HSV(B) 37.32º 0.43% 0.75% -
XYZ 36.34 36.83 19.38 -
YUV 162.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 190 159 108 0 0.16 0.43 0.25 37.32 0.39 0.58
Hex BE 9F 6C 0 10 2B 19 25 27 3A
Octal 276 237 154 0 20 53 31 45 47 72
Binary 10111110 10011111 1101100 0 10000 101011 11001 100101 100111 111010

Color Harmonies of #BE9F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F6C

Black with #BE9F6C

Text Example


Text Example

White with #BE9F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F6C; }

 p { color: rgb(190,159,108); }

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

background-color css

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

 a { background-color: rgb(190,159,108); }

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

border-color css

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

 span { border-color: rgb(190,159,108); }

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