Html Css Color HEX #B48C70 Sandrift

📋 copy color: '#B48C70'

red 180 ◦ green 140 ◦ blue 112

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

Shades of Sandrift #B48C70

Tints of Sandrift #B48C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.41%

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 41.67%
G = 32.41%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B48C70 (or 0xB48C70) is known color: Sandrift. HEX triplet: B4, 8C and 70. RGB value is (180,140,112). Sum of RGB (Red+Green+Blue) = 180+140+112=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C70 is #4B738F. Grayscale: #949494. Windows color (decimal): -4944784 or 7376052. OLE color: 7376052.

HSL color Cylindrical-coordinate representation of color #B48C70: hue angle of 24.71º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B48C70 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 140 112 -
CMYK 0 0.22 0.38 0.29
HSL 24.71º 0.31% 0.57% -
HSV(B) 24.71º 0.38% 0.71% -
XYZ 31.13 29.63 19.41 -
YUV 148.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 180 140 112 0 0.22 0.38 0.29 24.71 0.31 0.57
Hex B4 8C 70 0 16 26 1D 19 1F 39
Octal 264 214 160 0 26 46 35 31 37 71
Binary 10110100 10001100 1110000 0 10110 100110 11101 11001 11111 111001

Color Harmonies of #B48C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C70

Black with #B48C70

Text Example


Text Example

White with #B48C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C70; }

 p { color: rgb(180,140,112); }

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

background-color css

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

 a { background-color: rgb(180,140,112); }

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

border-color css

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

 span { border-color: rgb(180,140,112); }

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