Html Css Color HEX #BE917B Pale Taupe

📋 copy color: '#BE917B'

red 190 ◦ green 145 ◦ blue 123

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

Shades of Pale Taupe #BE917B

Tints of Pale Taupe #BE917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.66%

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

R = 41.48%
G = 31.66%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE917B (or 0xBE917B) is known color: Pale Taupe. HEX triplet: BE, 91 and 7B. RGB value is (190,145,123). Sum of RGB (Red+Green+Blue) = 190+145+123=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE917B is #416E84. Grayscale: #9C9C9C. Windows color (decimal): -4288133 or 8098238. OLE color: 8098238.

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

Color convert

RGB 190 145 123 -
CMYK 0 0.24 0.35 0.25
HSL 19.7º 0.34% 0.61% -
HSV(B) 19.7º 0.35% 0.75% -
XYZ 34.94 32.63 23.2 -
YUV 155.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 190 145 123 0 0.24 0.35 0.25 19.7 0.34 0.61
Hex BE 91 7B 0 18 23 19 14 22 3D
Octal 276 221 173 0 30 43 31 24 42 75
Binary 10111110 10010001 1111011 0 11000 100011 11001 10100 100010 111101

Color Harmonies of #BE917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE917B

Black with #BE917B

Text Example


Text Example

White with #BE917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE917B; }

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

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

background-color css

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

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

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

border-color css

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

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

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