Html Css Color HEX #B38E78 Sandrift

📋 copy color: '#B38E78'

red 179 ◦ green 142 ◦ blue 120

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

Shades of Sandrift #B38E78

Tints of Sandrift #B38E78

RGB

 RED value IS 179 (70.31% from 255) = 40.59%

 GREEN value IS 142 (55.86% from 255) = 32.2%

 BLUE value IS 120 (47.27% from 255) = 27.21%

R = 40.59%
G = 32.2%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B38E78 (or 0xB38E78) is known color: Sandrift. HEX triplet: B3, 8E and 78. RGB value is (179,142,120). Sum of RGB (Red+Green+Blue) = 179+142+120=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E78 is #4C7187. Grayscale: #969696. Windows color (decimal): -5009800 or 7900851. OLE color: 7900851.

HSL color Cylindrical-coordinate representation of color #B38E78: hue angle of 22.37º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B38E78 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 142 120 -
CMYK 0 0.21 0.33 0.30
HSL 22.37º 0.28% 0.59% -
HSV(B) 22.37º 0.33% 0.7% -
XYZ 31.65 30.29 21.95 -
YUV 150.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 179 142 120 0 0.21 0.33 0.30 22.37 0.28 0.59
Hex B3 8E 78 0 15 21 1E 16 1C 3B
Octal 263 216 170 0 25 41 36 26 34 73
Binary 10110011 10001110 1111000 0 10101 100001 11110 10110 11100 111011

Color Harmonies of #B38E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38E78

Black with #B38E78

Text Example


Text Example

White with #B38E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38E78; }

 p { color: rgb(179,142,120); }

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

background-color css

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

 a { background-color: rgb(179,142,120); }

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

border-color css

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

 span { border-color: rgb(179,142,120); }

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