Html Css Color HEX #B38C70 Sandrift

📋 copy color: '#B38C70'

red 179 ◦ green 140 ◦ blue 112

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

Shades of Sandrift #B38C70

Tints of Sandrift #B38C70

RGB

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

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

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

R = 41.53%
G = 32.48%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B38C70 (or 0xB38C70) is known color: Sandrift. HEX triplet: B3, 8C and 70. RGB value is (179,140,112). Sum of RGB (Red+Green+Blue) = 179+140+112=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38C70 is #4C738F. Grayscale: #949494. Windows color (decimal): -5010320 or 7376051. OLE color: 7376051.

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

Color convert

RGB 179 140 112 -
CMYK 0 0.22 0.37 0.30
HSL 25.07º 0.31% 0.57% -
HSV(B) 25.07º 0.37% 0.7% -
XYZ 30.89 29.51 19.4 -
YUV 148.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 179 140 112 0 0.22 0.37 0.30 25.07 0.31 0.57
Hex B3 8C 70 0 16 25 1E 19 1F 39
Octal 263 214 160 0 26 45 36 31 37 71
Binary 10110011 10001100 1110000 0 10110 100101 11110 11001 11111 111001

Color Harmonies of #B38C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C70

Black with #B38C70

Text Example


Text Example

White with #B38C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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