#BDB7AA

Color #BDB7AA Cotton Seed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Seed #BDB7AA

Tints of Cotton Seed #BDB7AA

Color information

#BDB7AA (or 0xBDB7AA) is unknown color: approx Cotton Seed. HEX triplet: BD, B7 and AA. RGB value is (189,183,170). Sum of RGB (Red+Green+Blue) = 189+183+170=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB7AA is #424855. Grayscale: #B7B7B7. Windows color (decimal): -4343894 or 11188157. OLE color: 11188157.

HSL color Cylindrical-coordinate representation of color #BDB7AA: hue angle of 41.05º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDB7AA is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB189183170-
CMYK00.030.100.26
HSL41.05º12.58%70.39%-
HSV(B)41.05º10.05%74.12%-
XYZ45.1847.5944.83-
YUV183.31120.49132.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 183 (71.88% from 255) = 33.76%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=34.87%
G=33.76%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918317000.030.100.2641.0512.5870.39
HexBDB7AA03A1A29d46
Octal2752672520312325115106
Binary10111101101101111010101001110101101010100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7AA; }

 p { color: rgb(189,183,170); }

 H1.HeaderClassName
 {
   color: #BDB7AA;
 }
 .AnyTagClassName
 {
   color: #BDB7AA;
 }
</style>
background-color css

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

 a { background-color: rgb(189,183,170); }

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

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

 span { border-color: rgb(189,183,170); }

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