Html Css Color HEX #B27A24 Mandalay

📋 copy color: '#B27A24'

red 178 ◦ green 122 ◦ blue 36

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

Shades of Mandalay #B27A24

Tints of Mandalay #B27A24

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.31%

 BLUE value IS 36 (14.45% from 255) = 10.71%

R = 52.98%
G = 36.31%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B27A24 (or 0xB27A24) is known color: Mandalay. HEX triplet: B2, 7A and 24. RGB value is (178,122,36). Sum of RGB (Red+Green+Blue) = 178+122+36=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27A24 is #4D85DB. Grayscale: #818181. Windows color (decimal): -5080540 or 2390706. OLE color: 2390706.

HSL color Cylindrical-coordinate representation of color #B27A24: hue angle of 36.34º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B27A24 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 122 36 -
CMYK 0 0.31 0.80 0.30
HSL 36.34º 0.66% 0.42% -
HSV(B) 36.34º 0.8% 0.7% -
XYZ 25.64 23.51 4.86 -
YUV 128.94 75.55 162.99 -
System Red Green Blue C M Y K H S L
Decimal 178 122 36 0 0.31 0.80 0.30 36.34 0.66 0.42
Hex B2 7A 24 0 1F 50 1E 24 42 2A
Octal 262 172 44 0 37 120 36 44 102 52
Binary 10110010 1111010 100100 0 11111 1010000 11110 100100 1000010 101010

Color Harmonies of #B27A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A24

Black with #B27A24

Text Example


Text Example

White with #B27A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A24; }

 p { color: rgb(178,122,36); }

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

background-color css

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

 a { background-color: rgb(178,122,36); }

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

border-color css

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

 span { border-color: rgb(178,122,36); }

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