Html Css Color HEX #B77E2A Mandalay

📋 copy color: '#B77E2A'

red 183 ◦ green 126 ◦ blue 42

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

Shades of Mandalay #B77E2A

Tints of Mandalay #B77E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.97%

R = 52.14%
G = 35.9%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B77E2A (or 0xB77E2A) is known color: Mandalay. HEX triplet: B7, 7E and 2A. RGB value is (183,126,42). Sum of RGB (Red+Green+Blue) = 183+126+42=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E2A is #4881D5. Grayscale: #858585. Windows color (decimal): -4751830 or 2784951. OLE color: 2784951.

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

Color convert

RGB 183 126 42 -
CMYK 0 0.31 0.77 0.28
HSL 35.74º 0.63% 0.44% -
HSV(B) 35.74º 0.77% 0.72% -
XYZ 27.41 25.16 5.6 -
YUV 133.47 76.38 163.33 -
System Red Green Blue C M Y K H S L
Decimal 183 126 42 0 0.31 0.77 0.28 35.74 0.63 0.44
Hex B7 7E 2A 0 1F 4D 1C 24 3F 2C
Octal 267 176 52 0 37 115 34 44 77 54
Binary 10110111 1111110 101010 0 11111 1001101 11100 100100 111111 101100

Color Harmonies of #B77E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77E2A

Black with #B77E2A

Text Example


Text Example

White with #B77E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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