Html Css Color HEX #B5B2AB Cotton Seed

📋 copy color: '#B5B2AB'

red 181 ◦ green 178 ◦ blue 171

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

Shades of Cotton Seed #B5B2AB

Tints of Cotton Seed #B5B2AB

RGB

 RED value IS 181 (71.09% from 255) = 34.15%

 GREEN value IS 178 (69.92% from 255) = 33.58%

 BLUE value IS 171 (67.19% from 255) = 32.26%

R = 34.15%
G = 33.58%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B5B2AB (or 0xB5B2AB) is known color: Cotton Seed. HEX triplet: B5, B2 and AB. RGB value is (181,178,171). Sum of RGB (Red+Green+Blue) = 181+178+171=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B2AB is #4A4D54. Grayscale: #B2B2B2. Windows color (decimal): -4869461 or 11252405. OLE color: 11252405.

HSL color Cylindrical-coordinate representation of color #B5B2AB: hue angle of 42º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5B2AB is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 178 171 -
CMYK 0 0.02 0.06 0.29
HSL 42º 0.06% 0.69% -
HSV(B) 42º 0.06% 0.71% -
XYZ 42.33 44.6 44.91 -
YUV 178.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 181 178 171 0 0.02 0.06 0.29 42 0.06 0.69
Hex B5 B2 AB 0 2 6 1D 2A 6 45
Octal 265 262 253 0 2 6 35 52 6 105
Binary 10110101 10110010 10101011 0 10 110 11101 101010 110 1000101

Color Harmonies of #B5B2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B2AB

Black with #B5B2AB

Text Example


Text Example

White with #B5B2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B2AB; }

 p { color: rgb(181,178,171); }

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

background-color css

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

 a { background-color: rgb(181,178,171); }

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

border-color css

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

 span { border-color: rgb(181,178,171); }

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