Html Css Color HEX #B28D3D Alpine

📋 copy color: '#B28D3D'

red 178 ◦ green 141 ◦ blue 61

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

Shades of Alpine #B28D3D

Tints of Alpine #B28D3D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.11%

 BLUE value IS 61 (24.22% from 255) = 16.05%

R = 46.84%
G = 37.11%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B28D3D (or 0xB28D3D) is known color: Alpine. HEX triplet: B2, 8D and 3D. RGB value is (178,141,61). Sum of RGB (Red+Green+Blue) = 178+141+61=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D3D is #4D72C2. Grayscale: #8F8F8F. Windows color (decimal): -5075651 or 4033970. OLE color: 4033970.

HSL color Cylindrical-coordinate representation of color #B28D3D: hue angle of 41.03º degrees, saturation: 0.49, 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 #B28D3D is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 141 61 -
CMYK 0 0.21 0.66 0.30
HSL 41.03º 0.49% 0.47% -
HSV(B) 41.03º 0.66% 0.7% -
XYZ 28.73 28.85 8.47 -
YUV 142.94 81.76 153 -
System Red Green Blue C M Y K H S L
Decimal 178 141 61 0 0.21 0.66 0.30 41.03 0.49 0.47
Hex B2 8D 3D 0 15 42 1E 29 31 2F
Octal 262 215 75 0 25 102 36 51 61 57
Binary 10110010 10001101 111101 0 10101 1000010 11110 101001 110001 101111

Color Harmonies of #B28D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28D3D

Black with #B28D3D

Text Example


Text Example

White with #B28D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28D3D; }

 p { color: rgb(178,141,61); }

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

background-color css

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

 a { background-color: rgb(178,141,61); }

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

border-color css

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

 span { border-color: rgb(178,141,61); }

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