Html Css Color HEX #B48A73 Sandrift

📋 copy color: '#B48A73'

red 180 ◦ green 138 ◦ blue 115

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

Shades of Sandrift #B48A73

Tints of Sandrift #B48A73

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.87%

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

R = 41.57%
G = 31.87%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B48A73 (or 0xB48A73) is known color: Sandrift. HEX triplet: B4, 8A and 73. RGB value is (180,138,115). Sum of RGB (Red+Green+Blue) = 180+138+115=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A73 is #4B758C. Grayscale: #949494. Windows color (decimal): -4945293 or 7572148. OLE color: 7572148.

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

Color convert

RGB 180 138 115 -
CMYK 0 0.23 0.36 0.29
HSL 21.23º 0.3% 0.58% -
HSV(B) 21.23º 0.36% 0.71% -
XYZ 31.01 29.12 20.21 -
YUV 147.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 180 138 115 0 0.23 0.36 0.29 21.23 0.3 0.58
Hex B4 8A 73 0 17 24 1D 15 1E 3A
Octal 264 212 163 0 27 44 35 25 36 72
Binary 10110100 10001010 1110011 0 10111 100100 11101 10101 11110 111010

Color Harmonies of #B48A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48A73

Black with #B48A73

Text Example


Text Example

White with #B48A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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