Html Css Color HEX #B77E27 Mandalay

📋 copy color: '#B77E27'

red 183 ◦ green 126 ◦ blue 39

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

Shades of Mandalay #B77E27

Tints of Mandalay #B77E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 52.59%
G = 36.21%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B77E27 (or 0xB77E27) is known color: Mandalay. HEX triplet: B7, 7E and 27. RGB value is (183,126,39). Sum of RGB (Red+Green+Blue) = 183+126+39=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E27 is #4881D8. Grayscale: #858585. Windows color (decimal): -4751833 or 2588343. OLE color: 2588343.

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

Color convert

RGB 183 126 39 -
CMYK 0 0.31 0.79 0.28
HSL 36.25º 0.65% 0.44% -
HSV(B) 36.25º 0.79% 0.72% -
XYZ 27.36 25.14 5.33 -
YUV 133.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 183 126 39 0 0.31 0.79 0.28 36.25 0.65 0.44
Hex B7 7E 27 0 1F 4F 1C 24 41 2C
Octal 267 176 47 0 37 117 34 44 101 54
Binary 10110111 1111110 100111 0 11111 1001111 11100 100100 1000001 101100

Color Harmonies of #B77E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77E27

Black with #B77E27

Text Example


Text Example

White with #B77E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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