Html Css Color HEX #BE9C72 Fallow

📋 copy color: '#BE9C72'

red 190 ◦ green 156 ◦ blue 114

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

Shades of Fallow #BE9C72

Tints of Fallow #BE9C72

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.91%

 BLUE value IS 114 (44.92% from 255) = 24.78%

R = 41.3%
G = 33.91%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE9C72 (or 0xBE9C72) is known color: Fallow. HEX triplet: BE, 9C and 72. RGB value is (190,156,114). Sum of RGB (Red+Green+Blue) = 190+156+114=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C72 is #41638D. Grayscale: #A1A1A1. Windows color (decimal): -4285326 or 7511230. OLE color: 7511230.

HSL color Cylindrical-coordinate representation of color #BE9C72: hue angle of 33.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE9C72 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 156 114 -
CMYK 0 0.18 0.40 0.25
HSL 33.16º 0.37% 0.6% -
HSV(B) 33.16º 0.4% 0.75% -
XYZ 36.16 35.94 20.95 -
YUV 161.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 190 156 114 0 0.18 0.40 0.25 33.16 0.37 0.6
Hex BE 9C 72 0 12 28 19 21 25 3C
Octal 276 234 162 0 22 50 31 41 45 74
Binary 10111110 10011100 1110010 0 10010 101000 11001 100001 100101 111100

Color Harmonies of #BE9C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C72

Black with #BE9C72

Text Example


Text Example

White with #BE9C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C72; }

 p { color: rgb(190,156,114); }

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

background-color css

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

 a { background-color: rgb(190,156,114); }

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

border-color css

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

 span { border-color: rgb(190,156,114); }

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