Html Css Color HEX #B77934 Mandalay

📋 copy color: '#B77934'

red 183 ◦ green 121 ◦ blue 52

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

Shades of Mandalay #B77934

Tints of Mandalay #B77934

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.99%

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 51.4%
G = 33.99%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B77934 (or 0xB77934) is known color: Mandalay. HEX triplet: B7, 79 and 34. RGB value is (183,121,52). Sum of RGB (Red+Green+Blue) = 183+121+52=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B77934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77934 is #4886CB. Grayscale: #848484. Windows color (decimal): -4753100 or 3439031. OLE color: 3439031.

HSL color Cylindrical-coordinate representation of color #B77934: hue angle of 31.6º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B77934 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 121 52 -
CMYK 0 0.34 0.72 0.28
HSL 31.6º 0.56% 0.46% -
HSV(B) 31.6º 0.72% 0.72% -
XYZ 26.99 23.99 6.46 -
YUV 131.67 83.04 164.61 -
System Red Green Blue C M Y K H S L
Decimal 183 121 52 0 0.34 0.72 0.28 31.6 0.56 0.46
Hex B7 79 34 0 22 48 1C 20 38 2E
Octal 267 171 64 0 42 110 34 40 70 56
Binary 10110111 1111001 110100 0 100010 1001000 11100 100000 111000 101110

Color Harmonies of #B77934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77934

Black with #B77934

Text Example


Text Example

White with #B77934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77934; }

 p { color: rgb(183,121,52); }

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

background-color css

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

 a { background-color: rgb(183,121,52); }

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

border-color css

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

 span { border-color: rgb(183,121,52); }

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