Html Css Color HEX #B77A2E Mandalay

📋 copy color: '#B77A2E'

red 183 ◦ green 122 ◦ blue 46

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

Shades of Mandalay #B77A2E

Tints of Mandalay #B77A2E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.76%

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

R = 52.14%
G = 34.76%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B77A2E (or 0xB77A2E) is known color: Mandalay. HEX triplet: B7, 7A and 2E. RGB value is (183,122,46). Sum of RGB (Red+Green+Blue) = 183+122+46=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77A2E is #4885D1. Grayscale: #838383. Windows color (decimal): -4752850 or 3046071. OLE color: 3046071.

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

Color convert

RGB 183 122 46 -
CMYK 0 0.33 0.75 0.28
HSL 33.28º 0.6% 0.45% -
HSV(B) 33.28º 0.75% 0.72% -
XYZ 26.98 24.18 5.83 -
YUV 131.58 79.71 164.68 -
System Red Green Blue C M Y K H S L
Decimal 183 122 46 0 0.33 0.75 0.28 33.28 0.6 0.45
Hex B7 7A 2E 0 21 4B 1C 21 3C 2D
Octal 267 172 56 0 41 113 34 41 74 55
Binary 10110111 1111010 101110 0 100001 1001011 11100 100001 111100 101101

Color Harmonies of #B77A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77A2E

Black with #B77A2E

Text Example


Text Example

White with #B77A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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