Html Css Color HEX #B27628 Mandalay

📋 copy color: '#B27628'

red 178 ◦ green 118 ◦ blue 40

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

Shades of Mandalay #B27628

Tints of Mandalay #B27628

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.12%

 BLUE value IS 40 (16.02% from 255) = 11.9%

R = 52.98%
G = 35.12%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B27628 (or 0xB27628) is known color: Mandalay. HEX triplet: B2, 76 and 28. RGB value is (178,118,40). Sum of RGB (Red+Green+Blue) = 178+118+40=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B27628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27628 is #4D89D7. Grayscale: #7F7F7F. Windows color (decimal): -5081560 or 2651826. OLE color: 2651826.

HSL color Cylindrical-coordinate representation of color #B27628: hue angle of 33.91º degrees, saturation: 0.63, 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 #B27628 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 118 40 -
CMYK 0 0.34 0.78 0.30
HSL 33.91º 0.63% 0.43% -
HSV(B) 33.91º 0.78% 0.7% -
XYZ 25.22 22.58 5.04 -
YUV 127.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 178 118 40 0 0.34 0.78 0.30 33.91 0.63 0.43
Hex B2 76 28 0 22 4E 1E 22 3F 2B
Octal 262 166 50 0 42 116 36 42 77 53
Binary 10110010 1110110 101000 0 100010 1001110 11110 100010 111111 101011

Color Harmonies of #B27628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27628

Black with #B27628

Text Example


Text Example

White with #B27628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27628; }

 p { color: rgb(178,118,40); }

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

background-color css

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

 a { background-color: rgb(178,118,40); }

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

border-color css

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

 span { border-color: rgb(178,118,40); }

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