Html Css Color HEX #B38D78 Sandrift

📋 copy color: '#B38D78'

red 179 ◦ green 141 ◦ blue 120

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

Shades of Sandrift #B38D78

Tints of Sandrift #B38D78

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.05%

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

R = 40.68%
G = 32.05%
B = 27.27%

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

#B38D78 (or 0xB38D78) is known color: Sandrift. HEX triplet: B3, 8D and 78. RGB value is (179,141,120). Sum of RGB (Red+Green+Blue) = 179+141+120=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D78 is #4C7287. Grayscale: #969696. Windows color (decimal): -5010056 or 7900595. OLE color: 7900595.

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

Color convert

RGB 179 141 120 -
CMYK 0 0.21 0.33 0.30
HSL 21.36º 0.28% 0.59% -
HSV(B) 21.36º 0.33% 0.7% -
XYZ 31.51 29.99 21.9 -
YUV 149.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 179 141 120 0 0.21 0.33 0.30 21.36 0.28 0.59
Hex B3 8D 78 0 15 21 1E 15 1C 3B
Octal 263 215 170 0 25 41 36 25 34 73
Binary 10110011 10001101 1111000 0 10101 100001 11110 10101 11100 111011

Color Harmonies of #B38D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D78

Black with #B38D78

Text Example


Text Example

White with #B38D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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