Html Css Color HEX #B8B4AA Cotton Seed

📋 copy color: '#B8B4AA'

red 184 ◦ green 180 ◦ blue 170

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

Shades of Cotton Seed #B8B4AA

Tints of Cotton Seed #B8B4AA

RGB

 RED value IS 184 (72.27% from 255) = 34.46%

 GREEN value IS 180 (70.7% from 255) = 33.71%

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

R = 34.46%
G = 33.71%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B8B4AA (or 0xB8B4AA) is known color: Cotton Seed. HEX triplet: B8, B4 and AA. RGB value is (184,180,170). Sum of RGB (Red+Green+Blue) = 184+180+170=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B4AA is #474B55. Grayscale: #B4B4B4. Windows color (decimal): -4672342 or 11187384. OLE color: 11187384.

HSL color Cylindrical-coordinate representation of color #B8B4AA: hue angle of 42.86º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B8B4AA is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 180 170 -
CMYK 0 0.02 0.08 0.28
HSL 42.86º 0.09% 0.69% -
HSV(B) 42.86º 0.08% 0.72% -
XYZ 43.34 45.74 44.57 -
YUV 180.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 184 180 170 0 0.02 0.08 0.28 42.86 0.09 0.69
Hex B8 B4 AA 0 2 8 1C 2B 9 45
Octal 270 264 252 0 2 10 34 53 11 105
Binary 10111000 10110100 10101010 0 10 1000 11100 101011 1001 1000101

Color Harmonies of #B8B4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B4AA

Black with #B8B4AA

Text Example


Text Example

White with #B8B4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B4AA; }

 p { color: rgb(184,180,170); }

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

background-color css

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

 a { background-color: rgb(184,180,170); }

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

border-color css

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

 span { border-color: rgb(184,180,170); }

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