Html Css Color HEX #B49277 Sandrift

📋 copy color: '#B49277'

red 180 ◦ green 146 ◦ blue 119

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

Shades of Sandrift #B49277

Tints of Sandrift #B49277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.81%

 BLUE value IS 119 (46.88% from 255) = 26.74%

R = 40.45%
G = 32.81%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B49277 (or 0xB49277) is known color: Sandrift. HEX triplet: B4, 92 and 77. RGB value is (180,146,119). Sum of RGB (Red+Green+Blue) = 180+146+119=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B49277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49277 is #4B6D88. Grayscale: #999999. Windows color (decimal): -4943241 or 7836340. OLE color: 7836340.

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

Color convert

RGB 180 146 119 -
CMYK 0 0.19 0.34 0.29
HSL 26.56º 0.29% 0.59% -
HSV(B) 26.56º 0.34% 0.71% -
XYZ 32.43 31.59 21.84 -
YUV 153.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 180 146 119 0 0.19 0.34 0.29 26.56 0.29 0.59
Hex B4 92 77 0 13 22 1D 1B 1D 3B
Octal 264 222 167 0 23 42 35 33 35 73
Binary 10110100 10010010 1110111 0 10011 100010 11101 11011 11101 111011

Color Harmonies of #B49277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49277

Black with #B49277

Text Example


Text Example

White with #B49277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49277; }

 p { color: rgb(180,146,119); }

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

background-color css

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

 a { background-color: rgb(180,146,119); }

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

border-color css

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

 span { border-color: rgb(180,146,119); }

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