Html Css Color HEX #BE9272 Pale Taupe

📋 copy color: '#BE9272'

red 190 ◦ green 146 ◦ blue 114

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

Shades of Pale Taupe #BE9272

Tints of Pale Taupe #BE9272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.44%

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

R = 42.22%
G = 32.44%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE9272 (or 0xBE9272) is known color: Pale Taupe. HEX triplet: BE, 92 and 72. RGB value is (190,146,114). Sum of RGB (Red+Green+Blue) = 190+146+114=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9272 is #416D8D. Grayscale: #9B9B9B. Windows color (decimal): -4287886 or 7508670. OLE color: 7508670.

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

Color convert

RGB 190 146 114 -
CMYK 0 0.23 0.40 0.25
HSL 25.26º 0.37% 0.6% -
HSV(B) 25.26º 0.4% 0.75% -
XYZ 34.55 32.72 20.41 -
YUV 155.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 190 146 114 0 0.23 0.40 0.25 25.26 0.37 0.6
Hex BE 92 72 0 17 28 19 19 25 3C
Octal 276 222 162 0 27 50 31 31 45 74
Binary 10111110 10010010 1110010 0 10111 101000 11001 11001 100101 111100

Color Harmonies of #BE9272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9272

Black with #BE9272

Text Example


Text Example

White with #BE9272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9272; }

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

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

background-color css

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

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

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

border-color css

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

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

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