Html Css Color HEX #B28531 Alpine

📋 copy color: '#B28531'

red 178 ◦ green 133 ◦ blue 49

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

Shades of Alpine #B28531

Tints of Alpine #B28531

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

 BLUE value IS 49 (19.53% from 255) = 13.61%

R = 49.44%
G = 36.94%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B28531 (or 0xB28531) is known color: Alpine. HEX triplet: B2, 85 and 31. RGB value is (178,133,49). Sum of RGB (Red+Green+Blue) = 178+133+49=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B28531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28531 is #4D7ACE. Grayscale: #898989. Windows color (decimal): -5077711 or 3245490. OLE color: 3245490.

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

Color convert

RGB 178 133 49 -
CMYK 0 0.25 0.72 0.30
HSL 39.07º 0.57% 0.45% -
HSV(B) 39.07º 0.72% 0.7% -
XYZ 27.3 26.46 6.57 -
YUV 136.88 78.41 157.33 -
System Red Green Blue C M Y K H S L
Decimal 178 133 49 0 0.25 0.72 0.30 39.07 0.57 0.45
Hex B2 85 31 0 19 48 1E 27 39 2D
Octal 262 205 61 0 31 110 36 47 71 55
Binary 10110010 10000101 110001 0 11001 1001000 11110 100111 111001 101101

Color Harmonies of #B28531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28531

Black with #B28531

Text Example


Text Example

White with #B28531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28531; }

 p { color: rgb(178,133,49); }

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

background-color css

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

 a { background-color: rgb(178,133,49); }

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

border-color css

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

 span { border-color: rgb(178,133,49); }

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