Html Css Color HEX #B77B2C Mandalay

📋 copy color: '#B77B2C'

red 183 ◦ green 123 ◦ blue 44

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

Shades of Mandalay #B77B2C

Tints of Mandalay #B77B2C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.14%

 BLUE value IS 44 (17.58% from 255) = 12.57%

R = 52.29%
G = 35.14%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B77B2C (or 0xB77B2C) is known color: Mandalay. HEX triplet: B7, 7B and 2C. RGB value is (183,123,44). Sum of RGB (Red+Green+Blue) = 183+123+44=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77B2C is #4884D3. Grayscale: #848484. Windows color (decimal): -4752596 or 2915255. OLE color: 2915255.

HSL color Cylindrical-coordinate representation of color #B77B2C: hue angle of 34.1º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B77B2C is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 123 44 -
CMYK 0 0.33 0.76 0.28
HSL 34.1º 0.61% 0.45% -
HSV(B) 34.1º 0.76% 0.72% -
XYZ 27.07 24.42 5.67 -
YUV 131.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 183 123 44 0 0.33 0.76 0.28 34.1 0.61 0.45
Hex B7 7B 2C 0 21 4C 1C 22 3D 2D
Octal 267 173 54 0 41 114 34 42 75 55
Binary 10110111 1111011 101100 0 100001 1001100 11100 100010 111101 101101

Color Harmonies of #B77B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B2C

Black with #B77B2C

Text Example


Text Example

White with #B77B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B2C; }

 p { color: rgb(183,123,44); }

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

background-color css

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

 a { background-color: rgb(183,123,44); }

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

border-color css

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

 span { border-color: rgb(183,123,44); }

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