Html Css Color HEX #B28834 Alpine

📋 copy color: '#B28834'

red 178 ◦ green 136 ◦ blue 52

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

Shades of Alpine #B28834

Tints of Alpine #B28834

RGB

 RED value IS 178 (69.92% from 255) = 48.63%

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

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

R = 48.63%
G = 37.16%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B28834 (or 0xB28834) is known color: Alpine. HEX triplet: B2, 88 and 34. RGB value is (178,136,52). Sum of RGB (Red+Green+Blue) = 178+136+52=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B28834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28834 is #4D77CB. Grayscale: #8B8B8B. Windows color (decimal): -5076940 or 3442866. OLE color: 3442866.

HSL color Cylindrical-coordinate representation of color #B28834: hue angle of 40º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B28834 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 52 -
CMYK 0 0.24 0.71 0.30
HSL 40º 0.55% 0.45% -
HSV(B) 40º 0.71% 0.7% -
XYZ 27.78 27.32 7.06 -
YUV 138.98 78.91 155.83 -
System Red Green Blue C M Y K H S L
Decimal 178 136 52 0 0.24 0.71 0.30 40 0.55 0.45
Hex B2 88 34 0 18 47 1E 28 37 2D
Octal 262 210 64 0 30 107 36 50 67 55
Binary 10110010 10001000 110100 0 11000 1000111 11110 101000 110111 101101

Color Harmonies of #B28834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28834

Black with #B28834

Text Example


Text Example

White with #B28834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28834; }

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

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

background-color css

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

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

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

border-color css

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

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

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