Html Css Color HEX #B0772C Mandalay

📋 copy color: '#B0772C'

red 176 ◦ green 119 ◦ blue 44

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

Shades of Mandalay #B0772C

Tints of Mandalay #B0772C

RGB

 RED value IS 176 (69.14% from 255) = 51.92%

 GREEN value IS 119 (46.88% from 255) = 35.1%

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

R = 51.92%
G = 35.1%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0772C (or 0xB0772C) is known color: Mandalay. HEX triplet: B0, 77 and 2C. RGB value is (176,119,44). Sum of RGB (Red+Green+Blue) = 176+119+44=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0772C is #4F88D3. Grayscale: #7F7F7F. Windows color (decimal): -5212372 or 2914224. OLE color: 2914224.

HSL color Cylindrical-coordinate representation of color #B0772C: hue angle of 34.09º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0772C is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 119 44 -
CMYK 0 0.32 0.75 0.31
HSL 34.09º 0.6% 0.43% -
HSV(B) 34.09º 0.75% 0.69% -
XYZ 24.96 22.61 5.43 -
YUV 127.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 176 119 44 0 0.32 0.75 0.31 34.09 0.6 0.43
Hex B0 77 2C 0 20 4B 1F 22 3C 2B
Octal 260 167 54 0 40 113 37 42 74 53
Binary 10110000 1110111 101100 0 100000 1001011 11111 100010 111100 101011

Color Harmonies of #B0772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0772C

Black with #B0772C

Text Example


Text Example

White with #B0772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0772C; }

 p { color: rgb(176,119,44); }

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

background-color css

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

 a { background-color: rgb(176,119,44); }

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

border-color css

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

 span { border-color: rgb(176,119,44); }

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