Html Css Color HEX #B48F74 Sandrift

📋 copy color: '#B48F74'

red 180 ◦ green 143 ◦ blue 116

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

Shades of Sandrift #B48F74

Tints of Sandrift #B48F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.57%

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

R = 41%
G = 32.57%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B48F74 (or 0xB48F74) is known color: Sandrift. HEX triplet: B4, 8F and 74. RGB value is (180,143,116). Sum of RGB (Red+Green+Blue) = 180+143+116=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F74 is #4B708B. Grayscale: #979797. Windows color (decimal): -4944012 or 7638964. OLE color: 7638964.

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

Color convert

RGB 180 143 116 -
CMYK 0 0.21 0.36 0.29
HSL 25.31º 0.3% 0.58% -
HSV(B) 25.31º 0.36% 0.71% -
XYZ 31.8 30.61 20.76 -
YUV 150.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 180 143 116 0 0.21 0.36 0.29 25.31 0.3 0.58
Hex B4 8F 74 0 15 24 1D 19 1E 3A
Octal 264 217 164 0 25 44 35 31 36 72
Binary 10110100 10001111 1110100 0 10101 100100 11101 11001 11110 111010

Color Harmonies of #B48F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F74

Black with #B48F74

Text Example


Text Example

White with #B48F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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