Html Css Color HEX #B28A3A Alpine

📋 copy color: '#B28A3A'

red 178 ◦ green 138 ◦ blue 58

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

Shades of Alpine #B28A3A

Tints of Alpine #B28A3A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.9%

 BLUE value IS 58 (23.05% from 255) = 15.51%

R = 47.59%
G = 36.9%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B28A3A (or 0xB28A3A) is known color: Alpine. HEX triplet: B2, 8A and 3A. RGB value is (178,138,58). Sum of RGB (Red+Green+Blue) = 178+138+58=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28A3A is #4D75C5. Grayscale: #8D8D8D. Windows color (decimal): -5076422 or 3836594. OLE color: 3836594.

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

Color convert

RGB 178 138 58 -
CMYK 0 0.22 0.67 0.30
HSL 40º 0.51% 0.46% -
HSV(B) 40º 0.67% 0.7% -
XYZ 28.21 27.95 7.91 -
YUV 140.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 178 138 58 0 0.22 0.67 0.30 40 0.51 0.46
Hex B2 8A 3A 0 16 43 1E 28 33 2E
Octal 262 212 72 0 26 103 36 50 63 56
Binary 10110010 10001010 111010 0 10110 1000011 11110 101000 110011 101110

Color Harmonies of #B28A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A3A

Black with #B28A3A

Text Example


Text Example

White with #B28A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A3A; }

 p { color: rgb(178,138,58); }

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

background-color css

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

 a { background-color: rgb(178,138,58); }

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

border-color css

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

 span { border-color: rgb(178,138,58); }

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