Html Css Color HEX #B28B3D Alpine

📋 copy color: '#B28B3D'

red 178 ◦ green 139 ◦ blue 61

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

Shades of Alpine #B28B3D

Tints of Alpine #B28B3D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.77%

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

R = 47.09%
G = 36.77%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B28B3D (or 0xB28B3D) is known color: Alpine. HEX triplet: B2, 8B and 3D. RGB value is (178,139,61). Sum of RGB (Red+Green+Blue) = 178+139+61=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28B3D is #4D74C2. Grayscale: #8E8E8E. Windows color (decimal): -5076163 or 4033458. OLE color: 4033458.

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

Color convert

RGB 178 139 61 -
CMYK 0 0.22 0.66 0.30
HSL 40º 0.49% 0.47% -
HSV(B) 40º 0.66% 0.7% -
XYZ 28.44 28.27 8.37 -
YUV 141.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 178 139 61 0 0.22 0.66 0.30 40 0.49 0.47
Hex B2 8B 3D 0 16 42 1E 28 31 2F
Octal 262 213 75 0 26 102 36 50 61 57
Binary 10110010 10001011 111101 0 10110 1000010 11110 101000 110001 101111

Color Harmonies of #B28B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28B3D

Black with #B28B3D

Text Example


Text Example

White with #B28B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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