Html Css Color HEX #BD9F7A Pale Taupe

📋 copy color: '#BD9F7A'

red 189 ◦ green 159 ◦ blue 122

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

Shades of Pale Taupe #BD9F7A

Tints of Pale Taupe #BD9F7A

RGB

 RED value IS 189 (74.22% from 255) = 40.21%

 GREEN value IS 159 (62.5% from 255) = 33.83%

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

R = 40.21%
G = 33.83%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD9F7A (or 0xBD9F7A) is known color: Pale Taupe. HEX triplet: BD, 9F and 7A. RGB value is (189,159,122). Sum of RGB (Red+Green+Blue) = 189+159+122=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F7A is #426085. Grayscale: #A3A3A3. Windows color (decimal): -4350086 or 8036285. OLE color: 8036285.

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

Color convert

RGB 189 159 122 -
CMYK 0 0.16 0.35 0.26
HSL 33.13º 0.34% 0.61% -
HSV(B) 33.13º 0.35% 0.74% -
XYZ 36.9 37.02 23.61 -
YUV 163.75 104.44 146.01 -
System Red Green Blue C M Y K H S L
Decimal 189 159 122 0 0.16 0.35 0.26 33.13 0.34 0.61
Hex BD 9F 7A 0 10 23 1A 21 22 3D
Octal 275 237 172 0 20 43 32 41 42 75
Binary 10111101 10011111 1111010 0 10000 100011 11010 100001 100010 111101

Color Harmonies of #BD9F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F7A

Black with #BD9F7A

Text Example


Text Example

White with #BD9F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F7A; }

 p { color: rgb(189,159,122); }

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

background-color css

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

 a { background-color: rgb(189,159,122); }

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

border-color css

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

 span { border-color: rgb(189,159,122); }

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