Html Css Color HEX #B77E2D Mandalay

📋 copy color: '#B77E2D'

red 183 ◦ green 126 ◦ blue 45

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

Shades of Mandalay #B77E2D

Tints of Mandalay #B77E2D

RGB

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

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

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

R = 51.69%
G = 35.59%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B77E2D (or 0xB77E2D) is known color: Mandalay. HEX triplet: B7, 7E and 2D. RGB value is (183,126,45). Sum of RGB (Red+Green+Blue) = 183+126+45=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E2D is #4881D2. Grayscale: #868686. Windows color (decimal): -4751827 or 2981559. OLE color: 2981559.

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

Color convert

RGB 183 126 45 -
CMYK 0 0.31 0.75 0.28
HSL 35.22º 0.61% 0.45% -
HSV(B) 35.22º 0.75% 0.72% -
XYZ 27.46 25.18 5.9 -
YUV 133.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 183 126 45 0 0.31 0.75 0.28 35.22 0.61 0.45
Hex B7 7E 2D 0 1F 4B 1C 23 3D 2D
Octal 267 176 55 0 37 113 34 43 75 55
Binary 10110111 1111110 101101 0 11111 1001011 11100 100011 111101 101101

Color Harmonies of #B77E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77E2D

Black with #B77E2D

Text Example


Text Example

White with #B77E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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