Html Css Color HEX #B38D39 Alpine

📋 copy color: '#B38D39'

red 179 ◦ green 141 ◦ blue 57

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

Shades of Alpine #B38D39

Tints of Alpine #B38D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.12%

R = 47.48%
G = 37.4%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B38D39 (or 0xB38D39) is known color: Alpine. HEX triplet: B3, 8D and 39. RGB value is (179,141,57). Sum of RGB (Red+Green+Blue) = 179+141+57=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38D39 is #4C72C6. Grayscale: #8F8F8F. Windows color (decimal): -5010119 or 3771827. OLE color: 3771827.

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

Color convert

RGB 179 141 57 -
CMYK 0 0.21 0.68 0.30
HSL 41.31º 0.52% 0.46% -
HSV(B) 41.31º 0.68% 0.7% -
XYZ 28.85 28.93 7.93 -
YUV 142.79 79.59 153.83 -
System Red Green Blue C M Y K H S L
Decimal 179 141 57 0 0.21 0.68 0.30 41.31 0.52 0.46
Hex B3 8D 39 0 15 44 1E 29 34 2E
Octal 263 215 71 0 25 104 36 51 64 56
Binary 10110011 10001101 111001 0 10101 1000100 11110 101001 110100 101110

Color Harmonies of #B38D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D39

Black with #B38D39

Text Example


Text Example

White with #B38D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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