Html Css Color HEX #B27928 Mandalay

📋 copy color: '#B27928'

red 178 ◦ green 121 ◦ blue 40

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

Shades of Mandalay #B27928

Tints of Mandalay #B27928

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.69%

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

R = 52.51%
G = 35.69%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B27928 (or 0xB27928) is known color: Mandalay. HEX triplet: B2, 79 and 28. RGB value is (178,121,40). Sum of RGB (Red+Green+Blue) = 178+121+40=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B27928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27928 is #4D86D7. Grayscale: #818181. Windows color (decimal): -5080792 or 2652594. OLE color: 2652594.

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

Color convert

RGB 178 121 40 -
CMYK 0 0.32 0.78 0.30
HSL 35.22º 0.63% 0.43% -
HSV(B) 35.22º 0.78% 0.7% -
XYZ 25.58 23.29 5.16 -
YUV 128.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 178 121 40 0 0.32 0.78 0.30 35.22 0.63 0.43
Hex B2 79 28 0 20 4E 1E 23 3F 2B
Octal 262 171 50 0 40 116 36 43 77 53
Binary 10110010 1111001 101000 0 100000 1001110 11110 100011 111111 101011

Color Harmonies of #B27928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27928

Black with #B27928

Text Example


Text Example

White with #B27928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27928; }

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

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

background-color css

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

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

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

border-color css

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

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

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