Html Css Color HEX #B49073 Sandrift

📋 copy color: '#B49073'

red 180 ◦ green 144 ◦ blue 115

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

Shades of Sandrift #B49073

Tints of Sandrift #B49073

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.8%

 BLUE value IS 115 (45.31% from 255) = 26.2%

R = 41%
G = 32.8%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B49073 (or 0xB49073) is known color: Sandrift. HEX triplet: B4, 90 and 73. RGB value is (180,144,115). Sum of RGB (Red+Green+Blue) = 180+144+115=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B49073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49073 is #4B6F8C. Grayscale: #979797. Windows color (decimal): -4943757 or 7573684. OLE color: 7573684.

HSL color Cylindrical-coordinate representation of color #B49073: hue angle of 26.77º 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 #B49073 is Cyan = 0, Magento = 0.2, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 144 115 -
CMYK 0 0.2 0.36 0.29
HSL 26.77º 0.3% 0.58% -
HSV(B) 26.77º 0.36% 0.71% -
XYZ 31.89 30.89 20.5 -
YUV 151.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 180 144 115 0 0.2 0.36 0.29 26.77 0.3 0.58
Hex B4 90 73 0 14 24 1D 1B 1E 3A
Octal 264 220 163 0 24 44 35 33 36 72
Binary 10110100 10010000 1110011 0 10100 100100 11101 11011 11110 111010

Color Harmonies of #B49073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49073

Black with #B49073

Text Example


Text Example

White with #B49073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49073; }

 p { color: rgb(180,144,115); }

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

background-color css

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

 a { background-color: rgb(180,144,115); }

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

border-color css

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

 span { border-color: rgb(180,144,115); }

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