Html Css Color HEX #B27C20 Mandalay

📋 copy color: '#B27C20'

red 178 ◦ green 124 ◦ blue 32

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

Shades of Mandalay #B27C20

Tints of Mandalay #B27C20

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.13%

 BLUE value IS 32 (12.89% from 255) = 9.58%

R = 53.29%
G = 37.13%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B27C20 (or 0xB27C20) is known color: Mandalay. HEX triplet: B2, 7C and 20. RGB value is (178,124,32). Sum of RGB (Red+Green+Blue) = 178+124+32=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27C20 is #4D83DF. Grayscale: #828282. Windows color (decimal): -5080032 or 2129074. OLE color: 2129074.

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

Color convert

RGB 178 124 32 -
CMYK 0 0.30 0.82 0.30
HSL 37.81º 0.7% 0.41% -
HSV(B) 37.81º 0.82% 0.7% -
XYZ 25.83 23.98 4.63 -
YUV 129.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 178 124 32 0 0.30 0.82 0.30 37.81 0.7 0.41
Hex B2 7C 20 0 1E 52 1E 26 46 29
Octal 262 174 40 0 36 122 36 46 106 51
Binary 10110010 1111100 100000 0 11110 1010010 11110 100110 1000110 101001

Color Harmonies of #B27C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C20

Black with #B27C20

Text Example


Text Example

White with #B27C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C20; }

 p { color: rgb(178,124,32); }

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

background-color css

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

 a { background-color: rgb(178,124,32); }

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

border-color css

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

 span { border-color: rgb(178,124,32); }

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