Html Css Color HEX #BDA07F Pale Taupe

📋 copy color: '#BDA07F'

red 189 ◦ green 160 ◦ blue 127

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

Shades of Pale Taupe #BDA07F

Tints of Pale Taupe #BDA07F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.61%

 BLUE value IS 127 (50% from 255) = 26.68%

R = 39.71%
G = 33.61%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDA07F (or 0xBDA07F) is known color: Pale Taupe. HEX triplet: BD, A0 and 7F. RGB value is (189,160,127). Sum of RGB (Red+Green+Blue) = 189+160+127=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA07F is #425F80. Grayscale: #A5A5A5. Windows color (decimal): -4349825 or 8364221. OLE color: 8364221.

HSL color Cylindrical-coordinate representation of color #BDA07F: hue angle of 31.94º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA07F is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 160 127 -
CMYK 0 0.15 0.33 0.26
HSL 31.94º 0.32% 0.62% -
HSV(B) 31.94º 0.33% 0.74% -
XYZ 37.39 37.49 25.34 -
YUV 164.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 189 160 127 0 0.15 0.33 0.26 31.94 0.32 0.62
Hex BD A0 7F 0 F 21 1A 20 20 3E
Octal 275 240 177 0 17 41 32 40 40 76
Binary 10111101 10100000 1111111 0 1111 100001 11010 100000 100000 111110

Color Harmonies of #BDA07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA07F

Black with #BDA07F

Text Example


Text Example

White with #BDA07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA07F; }

 p { color: rgb(189,160,127); }

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

background-color css

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

 a { background-color: rgb(189,160,127); }

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

border-color css

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

 span { border-color: rgb(189,160,127); }

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