Html Css Color HEX #BDB7AA Cotton Seed

📋 copy color: '#BDB7AA'

red 189 ◦ green 183 ◦ blue 170

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

Shades of Cotton Seed #BDB7AA

Tints of Cotton Seed #BDB7AA

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.8% from 255) = 31.37%

R = 34.87%
G = 33.76%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BDB7AA (or 0xBDB7AA) is known color: 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

RGB 189 183 170 -
CMYK 0 0.03 0.10 0.26
HSL 41.05º 0.13% 0.7% -
HSV(B) 41.05º 0.1% 0.74% -
XYZ 45.18 47.59 44.83 -
YUV 183.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 189 183 170 0 0.03 0.10 0.26 41.05 0.13 0.7
Hex BD B7 AA 0 3 A 1A 29 D 46
Octal 275 267 252 0 3 12 32 51 15 106
Binary 10111101 10110111 10101010 0 11 1010 11010 101001 1101 1000110

Color Harmonies of #BDB7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7AA

Black with #BDB7AA

Text Example


Text Example

White with #BDB7AA

Text Example


Text Example

HTML Codes & Css Web 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>