Html Css Color HEX #B08434 Alpine

📋 copy color: '#B08434'

red 176 ◦ green 132 ◦ blue 52

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

Shades of Alpine #B08434

Tints of Alpine #B08434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

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

R = 48.89%
G = 36.67%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B08434 (or 0xB08434) is known color: Alpine. HEX triplet: B0, 84 and 34. RGB value is (176,132,52). Sum of RGB (Red+Green+Blue) = 176+132+52=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B08434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08434 is #4F7BCB. Grayscale: #888888. Windows color (decimal): -5209036 or 3441840. OLE color: 3441840.

HSL color Cylindrical-coordinate representation of color #B08434: hue angle of 38.71º 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 #B08434 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 52 -
CMYK 0 0.25 0.70 0.31
HSL 38.71º 0.54% 0.45% -
HSV(B) 38.71º 0.7% 0.69% -
XYZ 26.78 25.98 6.85 -
YUV 136.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 176 132 52 0 0.25 0.70 0.31 38.71 0.54 0.45
Hex B0 84 34 0 19 46 1F 27 36 2D
Octal 260 204 64 0 31 106 37 47 66 55
Binary 10110000 10000100 110100 0 11001 1000110 11111 100111 110110 101101

Color Harmonies of #B08434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08434

Black with #B08434

Text Example


Text Example

White with #B08434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08434; }

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

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

background-color css

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

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

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

border-color css

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

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

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