Html Css Color HEX #BCB7AA Cotton Seed

📋 copy color: '#BCB7AA'

red 188 ◦ green 183 ◦ blue 170

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

Shades of Cotton Seed #BCB7AA

Tints of Cotton Seed #BCB7AA

RGB

 RED value IS 188 (73.83% from 255) = 34.75%

 GREEN value IS 183 (71.88% from 255) = 33.83%

 BLUE value IS 170 (66.8% from 255) = 31.42%

R = 34.75%
G = 33.83%
B = 31.42%

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

#BCB7AA (or 0xBCB7AA) is known color: Cotton Seed. HEX triplet: BC, B7 and AA. RGB value is (188,183,170). Sum of RGB (Red+Green+Blue) = 188+183+170=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB7AA is #434855. Grayscale: #B7B7B7. Windows color (decimal): -4409430 or 11188156. OLE color: 11188156.

HSL color Cylindrical-coordinate representation of color #BCB7AA: hue angle of 43.33º degrees, saturation: 0.12, 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 #BCB7AA is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 183 170 -
CMYK 0 0.03 0.10 0.26
HSL 43.33º 0.12% 0.7% -
HSV(B) 43.33º 0.1% 0.74% -
XYZ 44.93 47.46 44.82 -
YUV 183.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 188 183 170 0 0.03 0.10 0.26 43.33 0.12 0.7
Hex BC B7 AA 0 3 A 1A 2B C 46
Octal 274 267 252 0 3 12 32 53 14 106
Binary 10111100 10110111 10101010 0 11 1010 11010 101011 1100 1000110

Color Harmonies of #BCB7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7AA

Black with #BCB7AA

Text Example


Text Example

White with #BCB7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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