Html Css Color HEX #B1762C Mandalay

📋 copy color: '#B1762C'

red 177 ◦ green 118 ◦ blue 44

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

Shades of Mandalay #B1762C

Tints of Mandalay #B1762C

RGB

 RED value IS 177 (69.53% from 255) = 52.21%

 GREEN value IS 118 (46.48% from 255) = 34.81%

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

R = 52.21%
G = 34.81%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1762C (or 0xB1762C) is known color: Mandalay. HEX triplet: B1, 76 and 2C. RGB value is (177,118,44). Sum of RGB (Red+Green+Blue) = 177+118+44=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1762C is #4E89D3. Grayscale: #7F7F7F. Windows color (decimal): -5147092 or 2913969. OLE color: 2913969.

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

Color convert

RGB 177 118 44 -
CMYK 0 0.33 0.75 0.31
HSL 33.38º 0.6% 0.43% -
HSV(B) 33.38º 0.75% 0.69% -
XYZ 25.06 22.49 5.4 -
YUV 127.21 81.05 163.52 -
System Red Green Blue C M Y K H S L
Decimal 177 118 44 0 0.33 0.75 0.31 33.38 0.6 0.43
Hex B1 76 2C 0 21 4B 1F 21 3C 2B
Octal 261 166 54 0 41 113 37 41 74 53
Binary 10110001 1110110 101100 0 100001 1001011 11111 100001 111100 101011

Color Harmonies of #B1762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1762C

Black with #B1762C

Text Example


Text Example

White with #B1762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1762C; }

 p { color: rgb(177,118,44); }

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

background-color css

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

 a { background-color: rgb(177,118,44); }

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

border-color css

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

 span { border-color: rgb(177,118,44); }

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