Html Css Color HEX #B39672 Sandrift

📋 copy color: '#B39672'

red 179 ◦ green 150 ◦ blue 114

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

Shades of Sandrift #B39672

Tints of Sandrift #B39672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.86%

 BLUE value IS 114 (44.92% from 255) = 25.73%

R = 40.41%
G = 33.86%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B39672 (or 0xB39672) is known color: Sandrift. HEX triplet: B3, 96 and 72. RGB value is (179,150,114). Sum of RGB (Red+Green+Blue) = 179+150+114=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B39672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39672 is #4C698D. Grayscale: #9A9A9A. Windows color (decimal): -5007758 or 7509683. OLE color: 7509683.

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

Color convert

RGB 179 150 114 -
CMYK 0 0.16 0.36 0.30
HSL 33.23º 0.3% 0.57% -
HSV(B) 33.23º 0.36% 0.7% -
XYZ 32.53 32.61 20.5 -
YUV 154.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 179 150 114 0 0.16 0.36 0.30 33.23 0.3 0.57
Hex B3 96 72 0 10 24 1E 21 1E 39
Octal 263 226 162 0 20 44 36 41 36 71
Binary 10110011 10010110 1110010 0 10000 100100 11110 100001 11110 111001

Color Harmonies of #B39672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39672

Black with #B39672

Text Example


Text Example

White with #B39672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39672; }

 p { color: rgb(179,150,114); }

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

background-color css

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

 a { background-color: rgb(179,150,114); }

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

border-color css

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

 span { border-color: rgb(179,150,114); }

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