Html Css Color HEX #B38D3A Alpine

📋 copy color: '#B38D3A'

red 179 ◦ green 141 ◦ blue 58

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

Shades of Alpine #B38D3A

Tints of Alpine #B38D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.34%

R = 47.35%
G = 37.3%
B = 15.34%

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

#B38D3A (or 0xB38D3A) is known color: Alpine. HEX triplet: B3, 8D and 3A. RGB value is (179,141,58). Sum of RGB (Red+Green+Blue) = 179+141+58=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38D3A is #4C72C5. Grayscale: #8F8F8F. Windows color (decimal): -5010118 or 3837363. OLE color: 3837363.

HSL color Cylindrical-coordinate representation of color #B38D3A: hue angle of 41.16º degrees, saturation: 0.51, 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 #B38D3A is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 141 58 -
CMYK 0 0.21 0.68 0.30
HSL 41.16º 0.51% 0.46% -
HSV(B) 41.16º 0.68% 0.7% -
XYZ 28.88 28.94 8.07 -
YUV 142.9 80.09 153.75 -
System Red Green Blue C M Y K H S L
Decimal 179 141 58 0 0.21 0.68 0.30 41.16 0.51 0.46
Hex B3 8D 3A 0 15 44 1E 29 33 2E
Octal 263 215 72 0 25 104 36 51 63 56
Binary 10110011 10001101 111010 0 10101 1000100 11110 101001 110011 101110

Color Harmonies of #B38D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D3A

Black with #B38D3A

Text Example


Text Example

White with #B38D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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