Html Css Color HEX #B08834 Alpine

📋 copy color: '#B08834'

red 176 ◦ green 136 ◦ blue 52

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

Shades of Alpine #B08834

Tints of Alpine #B08834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

 BLUE value IS 52 (20.7% from 255) = 14.29%

R = 48.35%
G = 37.36%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B08834 (or 0xB08834) is known color: Alpine. HEX triplet: B0, 88 and 34. RGB value is (176,136,52). Sum of RGB (Red+Green+Blue) = 176+136+52=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B08834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08834 is #4F77CB. Grayscale: #8A8A8A. Windows color (decimal): -5208012 or 3442864. OLE color: 3442864.

HSL color Cylindrical-coordinate representation of color #B08834: hue angle of 40.65º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B08834 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 52 -
CMYK 0 0.23 0.70 0.31
HSL 40.65º 0.54% 0.45% -
HSV(B) 40.65º 0.7% 0.69% -
XYZ 27.33 27.09 7.04 -
YUV 138.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 176 136 52 0 0.23 0.70 0.31 40.65 0.54 0.45
Hex B0 88 34 0 17 46 1F 29 36 2D
Octal 260 210 64 0 27 106 37 51 66 55
Binary 10110000 10001000 110100 0 10111 1000110 11111 101001 110110 101101

Color Harmonies of #B08834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08834

Black with #B08834

Text Example


Text Example

White with #B08834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08834; }

 p { color: rgb(176,136,52); }

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

background-color css

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

 a { background-color: rgb(176,136,52); }

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

border-color css

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

 span { border-color: rgb(176,136,52); }

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