Html Css Color HEX #B08A32 Alpine

📋 copy color: '#B08A32'

red 176 ◦ green 138 ◦ blue 50

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

Shades of Alpine #B08A32

Tints of Alpine #B08A32

RGB

 RED value IS 176 (69.14% from 255) = 48.35%

 GREEN value IS 138 (54.3% from 255) = 37.91%

 BLUE value IS 50 (19.92% from 255) = 13.74%

R = 48.35%
G = 37.91%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B08A32 (or 0xB08A32) is known color: Alpine. HEX triplet: B0, 8A and 32. RGB value is (176,138,50). Sum of RGB (Red+Green+Blue) = 176+138+50=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08A32 is #4F75CD. Grayscale: #8B8B8B. Windows color (decimal): -5207502 or 3312304. OLE color: 3312304.

HSL color Cylindrical-coordinate representation of color #B08A32: hue angle of 41.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B08A32 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 138 50 -
CMYK 0 0.22 0.72 0.31
HSL 41.9º 0.56% 0.44% -
HSV(B) 41.9º 0.72% 0.69% -
XYZ 27.57 27.64 6.9 -
YUV 139.33 77.59 154.16 -
System Red Green Blue C M Y K H S L
Decimal 176 138 50 0 0.22 0.72 0.31 41.9 0.56 0.44
Hex B0 8A 32 0 16 48 1F 2A 38 2C
Octal 260 212 62 0 26 110 37 52 70 54
Binary 10110000 10001010 110010 0 10110 1001000 11111 101010 111000 101100

Color Harmonies of #B08A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A32

Black with #B08A32

Text Example


Text Example

White with #B08A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A32; }

 p { color: rgb(176,138,50); }

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

background-color css

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

 a { background-color: rgb(176,138,50); }

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

border-color css

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

 span { border-color: rgb(176,138,50); }

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