Html Css Color HEX #B38E3A Alpine

📋 copy color: '#B38E3A'

red 179 ◦ green 142 ◦ blue 58

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

Shades of Alpine #B38E3A

Tints of Alpine #B38E3A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.47%

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

R = 47.23%
G = 37.47%
B = 15.3%

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

#B38E3A (or 0xB38E3A) is known color: Alpine. HEX triplet: B3, 8E and 3A. RGB value is (179,142,58). Sum of RGB (Red+Green+Blue) = 179+142+58=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38E3A is #4C71C5. Grayscale: #8F8F8F. Windows color (decimal): -5009862 or 3837619. OLE color: 3837619.

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

Color convert

RGB 179 142 58 -
CMYK 0 0.21 0.68 0.30
HSL 41.65º 0.51% 0.46% -
HSV(B) 41.65º 0.68% 0.7% -
XYZ 29.03 29.24 8.12 -
YUV 143.49 79.76 153.33 -
System Red Green Blue C M Y K H S L
Decimal 179 142 58 0 0.21 0.68 0.30 41.65 0.51 0.46
Hex B3 8E 3A 0 15 44 1E 2A 33 2E
Octal 263 216 72 0 25 104 36 52 63 56
Binary 10110011 10001110 111010 0 10101 1000100 11110 101010 110011 101110

Color Harmonies of #B38E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38E3A

Black with #B38E3A

Text Example


Text Example

White with #B38E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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