Html Css Color HEX #B77C2E Mandalay

📋 copy color: '#B77C2E'

red 183 ◦ green 124 ◦ blue 46

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

Shades of Mandalay #B77C2E

Tints of Mandalay #B77C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 51.84%
G = 35.13%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B77C2E (or 0xB77C2E) is known color: Mandalay. HEX triplet: B7, 7C and 2E. RGB value is (183,124,46). Sum of RGB (Red+Green+Blue) = 183+124+46=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C2E is #4883D1. Grayscale: #858585. Windows color (decimal): -4752338 or 3046583. OLE color: 3046583.

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

Color convert

RGB 183 124 46 -
CMYK 0 0.32 0.75 0.28
HSL 34.16º 0.6% 0.45% -
HSV(B) 34.16º 0.75% 0.72% -
XYZ 27.23 24.68 5.91 -
YUV 132.75 79.05 163.84 -
System Red Green Blue C M Y K H S L
Decimal 183 124 46 0 0.32 0.75 0.28 34.16 0.6 0.45
Hex B7 7C 2E 0 20 4B 1C 22 3C 2D
Octal 267 174 56 0 40 113 34 42 74 55
Binary 10110111 1111100 101110 0 100000 1001011 11100 100010 111100 101101

Color Harmonies of #B77C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C2E

Black with #B77C2E

Text Example


Text Example

White with #B77C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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