Html Css Color HEX #B38D37 Alpine

📋 copy color: '#B38D37'

red 179 ◦ green 141 ◦ blue 55

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

Shades of Alpine #B38D37

Tints of Alpine #B38D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.67%

R = 47.73%
G = 37.6%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B38D37 (or 0xB38D37) is known color: Alpine. HEX triplet: B3, 8D and 37. RGB value is (179,141,55). Sum of RGB (Red+Green+Blue) = 179+141+55=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38D37 is #4C72C8. Grayscale: #8E8E8E. Windows color (decimal): -5010121 or 3640755. OLE color: 3640755.

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

Color convert

RGB 179 141 55 -
CMYK 0 0.21 0.69 0.30
HSL 41.61º 0.53% 0.46% -
HSV(B) 41.61º 0.69% 0.7% -
XYZ 28.8 28.91 7.68 -
YUV 142.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 179 141 55 0 0.21 0.69 0.30 41.61 0.53 0.46
Hex B3 8D 37 0 15 45 1E 2A 35 2E
Octal 263 215 67 0 25 105 36 52 65 56
Binary 10110011 10001101 110111 0 10101 1000101 11110 101010 110101 101110

Color Harmonies of #B38D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D37

Black with #B38D37

Text Example


Text Example

White with #B38D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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