Html Css Color HEX #B49381 Sandrift

📋 copy color: '#B49381'

red 180 ◦ green 147 ◦ blue 129

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

Shades of Sandrift #B49381

Tints of Sandrift #B49381

RGB

 RED value IS 180 (70.7% from 255) = 39.47%

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

 BLUE value IS 129 (50.78% from 255) = 28.29%

R = 39.47%
G = 32.24%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B49381 (or 0xB49381) is known color: Sandrift. HEX triplet: B4, 93 and 81. RGB value is (180,147,129). Sum of RGB (Red+Green+Blue) = 180+147+129=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B49381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49381 is #4B6C7E. Grayscale: #9A9A9A. Windows color (decimal): -4942975 or 8491956. OLE color: 8491956.

HSL color Cylindrical-coordinate representation of color #B49381: hue angle of 21.18º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B49381 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 147 129 -
CMYK 0 0.18 0.28 0.29
HSL 21.18º 0.25% 0.61% -
HSV(B) 21.18º 0.28% 0.71% -
XYZ 33.22 32.16 25.22 -
YUV 154.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 180 147 129 0 0.18 0.28 0.29 21.18 0.25 0.61
Hex B4 93 81 0 12 1C 1D 15 19 3D
Octal 264 223 201 0 22 34 35 25 31 75
Binary 10110100 10010011 10000001 0 10010 11100 11101 10101 11001 111101

Color Harmonies of #B49381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49381

Black with #B49381

Text Example


Text Example

White with #B49381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49381; }

 p { color: rgb(180,147,129); }

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

background-color css

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

 a { background-color: rgb(180,147,129); }

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

border-color css

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

 span { border-color: rgb(180,147,129); }

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