Html Css Color HEX #B29984 Sandrift

📋 copy color: '#B29984'

red 178 ◦ green 153 ◦ blue 132

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

Shades of Sandrift #B29984

Tints of Sandrift #B29984

RGB

 RED value IS 178 (69.92% from 255) = 38.44%

 GREEN value IS 153 (60.16% from 255) = 33.05%

 BLUE value IS 132 (51.95% from 255) = 28.51%

R = 38.44%
G = 33.05%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B29984 (or 0xB29984) is known color: Sandrift. HEX triplet: B2, 99 and 84. RGB value is (178,153,132). Sum of RGB (Red+Green+Blue) = 178+153+132=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B29984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29984 is #4D667B. Grayscale: #9E9E9E. Windows color (decimal): -5072508 or 8690098. OLE color: 8690098.

HSL color Cylindrical-coordinate representation of color #B29984: hue angle of 27.39º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B29984 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 153 132 -
CMYK 0 0.14 0.26 0.30
HSL 27.39º 0.23% 0.61% -
HSV(B) 27.39º 0.26% 0.7% -
XYZ 33.92 33.91 26.59 -
YUV 158.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 178 153 132 0 0.14 0.26 0.30 27.39 0.23 0.61
Hex B2 99 84 0 E 1A 1E 1B 17 3D
Octal 262 231 204 0 16 32 36 33 27 75
Binary 10110010 10011001 10000100 0 1110 11010 11110 11011 10111 111101

Color Harmonies of #B29984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29984

Black with #B29984

Text Example


Text Example

White with #B29984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29984; }

 p { color: rgb(178,153,132); }

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

background-color css

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

 a { background-color: rgb(178,153,132); }

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

border-color css

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

 span { border-color: rgb(178,153,132); }

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