Html Css Color HEX #B28027 Mandalay

📋 copy color: '#B28027'

red 178 ◦ green 128 ◦ blue 39

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

Shades of Mandalay #B28027

Tints of Mandalay #B28027

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.1%

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 51.59%
G = 37.1%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B28027 (or 0xB28027) is known color: Mandalay. HEX triplet: B2, 80 and 27. RGB value is (178,128,39). Sum of RGB (Red+Green+Blue) = 178+128+39=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B28027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28027 is #4D7FD8. Grayscale: #858585. Windows color (decimal): -5079001 or 2588850. OLE color: 2588850.

HSL color Cylindrical-coordinate representation of color #B28027: hue angle of 38.42º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B28027 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 128 39 -
CMYK 0 0.28 0.78 0.30
HSL 38.42º 0.64% 0.43% -
HSV(B) 38.42º 0.78% 0.7% -
XYZ 26.45 25.05 5.36 -
YUV 132.8 75.07 160.24 -
System Red Green Blue C M Y K H S L
Decimal 178 128 39 0 0.28 0.78 0.30 38.42 0.64 0.43
Hex B2 80 27 0 1C 4E 1E 26 40 2B
Octal 262 200 47 0 34 116 36 46 100 53
Binary 10110010 10000000 100111 0 11100 1001110 11110 100110 1000000 101011

Color Harmonies of #B28027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28027

Black with #B28027

Text Example


Text Example

White with #B28027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28027; }

 p { color: rgb(178,128,39); }

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

background-color css

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

 a { background-color: rgb(178,128,39); }

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

border-color css

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

 span { border-color: rgb(178,128,39); }

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