Html Css Color HEX #BFB8AD Cotton Seed

📋 copy color: '#BFB8AD'

red 191 ◦ green 184 ◦ blue 173

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

Shades of Cotton Seed #BFB8AD

Tints of Cotton Seed #BFB8AD

RGB

 RED value IS 191 (75% from 255) = 34.85%

 GREEN value IS 184 (72.27% from 255) = 33.58%

 BLUE value IS 173 (67.97% from 255) = 31.57%

R = 34.85%
G = 33.58%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BFB8AD (or 0xBFB8AD) is known color: Cotton Seed. HEX triplet: BF, B8 and AD. RGB value is (191,184,173). Sum of RGB (Red+Green+Blue) = 191+184+173=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB8AD is #404752. Grayscale: #B8B8B8. Windows color (decimal): -4212563 or 11385023. OLE color: 11385023.

HSL color Cylindrical-coordinate representation of color #BFB8AD: hue angle of 36.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB8AD is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 184 173 -
CMYK 0 0.04 0.09 0.25
HSL 36.67º 0.12% 0.71% -
HSV(B) 36.67º 0.09% 0.75% -
XYZ 46.17 48.37 46.44 -
YUV 184.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 191 184 173 0 0.04 0.09 0.25 36.67 0.12 0.71
Hex BF B8 AD 0 4 9 19 25 C 47
Octal 277 270 255 0 4 11 31 45 14 107
Binary 10111111 10111000 10101101 0 100 1001 11001 100101 1100 1000111

Color Harmonies of #BFB8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB8AD

Black with #BFB8AD

Text Example


Text Example

White with #BFB8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB8AD; }

 p { color: rgb(191,184,173); }

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

background-color css

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

 a { background-color: rgb(191,184,173); }

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

border-color css

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

 span { border-color: rgb(191,184,173); }

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