Html Css Color HEX #B29380 Sandrift

📋 copy color: '#B29380'

red 178 ◦ green 147 ◦ blue 128

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

Shades of Sandrift #B29380

Tints of Sandrift #B29380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.45%

 BLUE value IS 128 (50.39% from 255) = 28.26%

R = 39.29%
G = 32.45%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B29380 (or 0xB29380) is known color: Sandrift. HEX triplet: B2, 93 and 80. RGB value is (178,147,128). Sum of RGB (Red+Green+Blue) = 178+147+128=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B29380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29380 is #4D6C7F. Grayscale: #9A9A9A. Windows color (decimal): -5074048 or 8426418. OLE color: 8426418.

HSL color Cylindrical-coordinate representation of color #B29380: hue angle of 22.8º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B29380 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 147 128 -
CMYK 0 0.17 0.28 0.30
HSL 22.8º 0.25% 0.6% -
HSV(B) 22.8º 0.28% 0.7% -
XYZ 32.69 31.89 24.85 -
YUV 154.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 178 147 128 0 0.17 0.28 0.30 22.8 0.25 0.6
Hex B2 93 80 0 11 1C 1E 17 19 3C
Octal 262 223 200 0 21 34 36 27 31 74
Binary 10110010 10010011 10000000 0 10001 11100 11110 10111 11001 111100

Color Harmonies of #B29380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29380

Black with #B29380

Text Example


Text Example

White with #B29380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29380; }

 p { color: rgb(178,147,128); }

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

background-color css

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

 a { background-color: rgb(178,147,128); }

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

border-color css

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

 span { border-color: rgb(178,147,128); }

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