Html Css Color HEX #BE947A Pale Taupe

📋 copy color: '#BE947A'

red 190 ◦ green 148 ◦ blue 122

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

Shades of Pale Taupe #BE947A

Tints of Pale Taupe #BE947A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.17%

 BLUE value IS 122 (48.05% from 255) = 26.52%

R = 41.3%
G = 32.17%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE947A (or 0xBE947A) is known color: Pale Taupe. HEX triplet: BE, 94 and 7A. RGB value is (190,148,122). Sum of RGB (Red+Green+Blue) = 190+148+122=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE947A is #416B85. Grayscale: #9D9D9D. Windows color (decimal): -4287366 or 8033470. OLE color: 8033470.

HSL color Cylindrical-coordinate representation of color #BE947A: hue angle of 22.94º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE947A is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 148 122 -
CMYK 0 0.22 0.36 0.25
HSL 22.94º 0.34% 0.61% -
HSV(B) 22.94º 0.36% 0.75% -
XYZ 35.34 33.53 23.02 -
YUV 157.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 190 148 122 0 0.22 0.36 0.25 22.94 0.34 0.61
Hex BE 94 7A 0 16 24 19 17 22 3D
Octal 276 224 172 0 26 44 31 27 42 75
Binary 10111110 10010100 1111010 0 10110 100100 11001 10111 100010 111101

Color Harmonies of #BE947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE947A

Black with #BE947A

Text Example


Text Example

White with #BE947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE947A; }

 p { color: rgb(190,148,122); }

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

background-color css

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

 a { background-color: rgb(190,148,122); }

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

border-color css

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

 span { border-color: rgb(190,148,122); }

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