Html Css Color HEX #B39B7F Sandrift

📋 copy color: '#B39B7F'

red 179 ◦ green 155 ◦ blue 127

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

Shades of Sandrift #B39B7F

Tints of Sandrift #B39B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.62%

 BLUE value IS 127 (50% from 255) = 27.55%

R = 38.83%
G = 33.62%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B39B7F (or 0xB39B7F) is known color: Sandrift. HEX triplet: B3, 9B and 7F. RGB value is (179,155,127). Sum of RGB (Red+Green+Blue) = 179+155+127=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39B7F is #4C6480. Grayscale: #9F9F9F. Windows color (decimal): -5006465 or 8362931. OLE color: 8362931.

HSL color Cylindrical-coordinate representation of color #B39B7F: hue angle of 32.31º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B39B7F is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 155 127 -
CMYK 0 0.13 0.29 0.30
HSL 32.31º 0.25% 0.6% -
HSV(B) 32.31º 0.29% 0.7% -
XYZ 34.14 34.56 24.95 -
YUV 158.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 179 155 127 0 0.13 0.29 0.30 32.31 0.25 0.6
Hex B3 9B 7F 0 D 1D 1E 20 19 3C
Octal 263 233 177 0 15 35 36 40 31 74
Binary 10110011 10011011 1111111 0 1101 11101 11110 100000 11001 111100

Color Harmonies of #B39B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39B7F

Black with #B39B7F

Text Example


Text Example

White with #B39B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39B7F; }

 p { color: rgb(179,155,127); }

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

background-color css

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

 a { background-color: rgb(179,155,127); }

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

border-color css

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

 span { border-color: rgb(179,155,127); }

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