Html Css Color HEX #B17D2C Mandalay

📋 copy color: '#B17D2C'

red 177 ◦ green 125 ◦ blue 44

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

Shades of Mandalay #B17D2C

Tints of Mandalay #B17D2C

RGB

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

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

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

R = 51.16%
G = 36.13%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B17D2C (or 0xB17D2C) is known color: Mandalay. HEX triplet: B1, 7D and 2C. RGB value is (177,125,44). Sum of RGB (Red+Green+Blue) = 177+125+44=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17D2C is #4E82D3. Grayscale: #838383. Windows color (decimal): -5145300 or 2915761. OLE color: 2915761.

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

Color convert

RGB 177 125 44 -
CMYK 0 0.29 0.75 0.31
HSL 36.54º 0.6% 0.43% -
HSV(B) 36.54º 0.75% 0.69% -
XYZ 25.92 24.2 5.69 -
YUV 131.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 177 125 44 0 0.29 0.75 0.31 36.54 0.6 0.43
Hex B1 7D 2C 0 1D 4B 1F 25 3C 2B
Octal 261 175 54 0 35 113 37 45 74 53
Binary 10110001 1111101 101100 0 11101 1001011 11111 100101 111100 101011

Color Harmonies of #B17D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17D2C

Black with #B17D2C

Text Example


Text Example

White with #B17D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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