Html Css Color HEX #B2893C Alpine

📋 copy color: '#B2893C'

red 178 ◦ green 137 ◦ blue 60

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

Shades of Alpine #B2893C

Tints of Alpine #B2893C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

 BLUE value IS 60 (23.83% from 255) = 16%

R = 47.47%
G = 36.53%
B = 16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2893C (or 0xB2893C) is known color: Alpine. HEX triplet: B2, 89 and 3C. RGB value is (178,137,60). Sum of RGB (Red+Green+Blue) = 178+137+60=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2893C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2893C is #4D76C3. Grayscale: #8C8C8C. Windows color (decimal): -5076676 or 3967410. OLE color: 3967410.

HSL color Cylindrical-coordinate representation of color #B2893C: hue angle of 39.15º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2893C is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 137 60 -
CMYK 0 0.23 0.66 0.30
HSL 39.15º 0.5% 0.47% -
HSV(B) 39.15º 0.66% 0.7% -
XYZ 28.12 27.68 8.14 -
YUV 140.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 178 137 60 0 0.23 0.66 0.30 39.15 0.5 0.47
Hex B2 89 3C 0 17 42 1E 27 32 2F
Octal 262 211 74 0 27 102 36 47 62 57
Binary 10110010 10001001 111100 0 10111 1000010 11110 100111 110010 101111

Color Harmonies of #B2893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2893C

Black with #B2893C

Text Example


Text Example

White with #B2893C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2893C; }

 p { color: rgb(178,137,60); }

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

background-color css

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

 a { background-color: rgb(178,137,60); }

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

border-color css

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

 span { border-color: rgb(178,137,60); }

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