Html Css Color HEX #B77C28 Mandalay

📋 copy color: '#B77C28'

red 183 ◦ green 124 ◦ blue 40

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

Shades of Mandalay #B77C28

Tints of Mandalay #B77C28

RGB

 RED value IS 183 (71.88% from 255) = 52.74%

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

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

R = 52.74%
G = 35.73%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B77C28 (or 0xB77C28) is known color: Mandalay. HEX triplet: B7, 7C and 28. RGB value is (183,124,40). Sum of RGB (Red+Green+Blue) = 183+124+40=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C28 is #4883D7. Grayscale: #848484. Windows color (decimal): -4752344 or 2653367. OLE color: 2653367.

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

Color convert

RGB 183 124 40 -
CMYK 0 0.32 0.78 0.28
HSL 35.24º 0.64% 0.44% -
HSV(B) 35.24º 0.78% 0.72% -
XYZ 27.12 24.64 5.33 -
YUV 132.07 76.05 164.33 -
System Red Green Blue C M Y K H S L
Decimal 183 124 40 0 0.32 0.78 0.28 35.24 0.64 0.44
Hex B7 7C 28 0 20 4E 1C 23 40 2C
Octal 267 174 50 0 40 116 34 43 100 54
Binary 10110111 1111100 101000 0 100000 1001110 11100 100011 1000000 101100

Color Harmonies of #B77C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C28

Black with #B77C28

Text Example


Text Example

White with #B77C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C28; }

 p { color: rgb(183,124,40); }

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

background-color css

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

 a { background-color: rgb(183,124,40); }

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

border-color css

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

 span { border-color: rgb(183,124,40); }

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