Html Css Color HEX #B49274 Sandrift

📋 copy color: '#B49274'

red 180 ◦ green 146 ◦ blue 116

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

Shades of Sandrift #B49274

Tints of Sandrift #B49274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.24%

R = 40.72%
G = 33.03%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B49274 (or 0xB49274) is known color: Sandrift. HEX triplet: B4, 92 and 74. RGB value is (180,146,116). Sum of RGB (Red+Green+Blue) = 180+146+116=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B49274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49274 is #4B6D8B. Grayscale: #989898. Windows color (decimal): -4943244 or 7639732. OLE color: 7639732.

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

Color convert

RGB 180 146 116 -
CMYK 0 0.19 0.36 0.29
HSL 28.13º 0.3% 0.58% -
HSV(B) 28.13º 0.36% 0.71% -
XYZ 32.25 31.52 20.91 -
YUV 152.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 180 146 116 0 0.19 0.36 0.29 28.13 0.3 0.58
Hex B4 92 74 0 13 24 1D 1C 1E 3A
Octal 264 222 164 0 23 44 35 34 36 72
Binary 10110100 10010010 1110100 0 10011 100100 11101 11100 11110 111010

Color Harmonies of #B49274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49274

Black with #B49274

Text Example


Text Example

White with #B49274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49274; }

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

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

background-color css

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

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

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

border-color css

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

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

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