Html Css Color HEX #BE927B Pale Taupe

📋 copy color: '#BE927B'

red 190 ◦ green 146 ◦ blue 123

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

Shades of Pale Taupe #BE927B

Tints of Pale Taupe #BE927B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.8%

R = 41.39%
G = 31.81%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE927B (or 0xBE927B) is known color: Pale Taupe. HEX triplet: BE, 92 and 7B. RGB value is (190,146,123). Sum of RGB (Red+Green+Blue) = 190+146+123=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE927B is #416D84. Grayscale: #9C9C9C. Windows color (decimal): -4287877 or 8098494. OLE color: 8098494.

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

Color convert

RGB 190 146 123 -
CMYK 0 0.23 0.35 0.25
HSL 20.6º 0.34% 0.61% -
HSV(B) 20.6º 0.35% 0.75% -
XYZ 35.09 32.93 23.25 -
YUV 156.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 190 146 123 0 0.23 0.35 0.25 20.6 0.34 0.61
Hex BE 92 7B 0 17 23 19 15 22 3D
Octal 276 222 173 0 27 43 31 25 42 75
Binary 10111110 10010010 1111011 0 10111 100011 11001 10101 100010 111101

Color Harmonies of #BE927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE927B

Black with #BE927B

Text Example


Text Example

White with #BE927B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE927B; }

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

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

background-color css

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

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

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

border-color css

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

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

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