Html Css Color HEX #B77D2D Mandalay

📋 copy color: '#B77D2D'

red 183 ◦ green 125 ◦ blue 45

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

Shades of Mandalay #B77D2D

Tints of Mandalay #B77D2D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.41%

 BLUE value IS 45 (17.97% from 255) = 12.75%

R = 51.84%
G = 35.41%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B77D2D (or 0xB77D2D) is known color: Mandalay. HEX triplet: B7, 7D and 2D. RGB value is (183,125,45). Sum of RGB (Red+Green+Blue) = 183+125+45=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D2D is #4882D2. Grayscale: #858585. Windows color (decimal): -4752083 or 2981303. OLE color: 2981303.

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

Color convert

RGB 183 125 45 -
CMYK 0 0.32 0.75 0.28
HSL 34.78º 0.61% 0.45% -
HSV(B) 34.78º 0.75% 0.72% -
XYZ 27.34 24.92 5.85 -
YUV 133.22 78.22 163.5 -
System Red Green Blue C M Y K H S L
Decimal 183 125 45 0 0.32 0.75 0.28 34.78 0.61 0.45
Hex B7 7D 2D 0 20 4B 1C 23 3D 2D
Octal 267 175 55 0 40 113 34 43 75 55
Binary 10110111 1111101 101101 0 100000 1001011 11100 100011 111101 101101

Color Harmonies of #B77D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D2D

Black with #B77D2D

Text Example


Text Example

White with #B77D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D2D; }

 p { color: rgb(183,125,45); }

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

background-color css

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

 a { background-color: rgb(183,125,45); }

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

border-color css

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

 span { border-color: rgb(183,125,45); }

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