Html Css Color HEX #B77E2E Mandalay

📋 copy color: '#B77E2E'

red 183 ◦ green 126 ◦ blue 46

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

Shades of Mandalay #B77E2E

Tints of Mandalay #B77E2E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.49%

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

R = 51.55%
G = 35.49%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B77E2E (or 0xB77E2E) is known color: Mandalay. HEX triplet: B7, 7E and 2E. RGB value is (183,126,46). Sum of RGB (Red+Green+Blue) = 183+126+46=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E2E is #4881D1. Grayscale: #868686. Windows color (decimal): -4751826 or 3047095. OLE color: 3047095.

HSL color Cylindrical-coordinate representation of color #B77E2E: hue angle of 35.04º 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 #B77E2E is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 126 46 -
CMYK 0 0.31 0.75 0.28
HSL 35.04º 0.6% 0.45% -
HSV(B) 35.04º 0.75% 0.72% -
XYZ 27.48 25.19 6 -
YUV 133.92 78.38 163 -
System Red Green Blue C M Y K H S L
Decimal 183 126 46 0 0.31 0.75 0.28 35.04 0.6 0.45
Hex B7 7E 2E 0 1F 4B 1C 23 3C 2D
Octal 267 176 56 0 37 113 34 43 74 55
Binary 10110111 1111110 101110 0 11111 1001011 11100 100011 111100 101101

Color Harmonies of #B77E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77E2E

Black with #B77E2E

Text Example


Text Example

White with #B77E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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