Html Css Color HEX #B17C2D Mandalay

📋 copy color: '#B17C2D'

red 177 ◦ green 124 ◦ blue 45

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

Shades of Mandalay #B17C2D

Tints of Mandalay #B17C2D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.84%

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

R = 51.16%
G = 35.84%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B17C2D (or 0xB17C2D) is known color: Mandalay. HEX triplet: B1, 7C and 2D. RGB value is (177,124,45). Sum of RGB (Red+Green+Blue) = 177+124+45=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C2D is #4E83D2. Grayscale: #838383. Windows color (decimal): -5145555 or 2981041. OLE color: 2981041.

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

Color convert

RGB 177 124 45 -
CMYK 0 0.30 0.75 0.31
HSL 35.91º 0.59% 0.44% -
HSV(B) 35.91º 0.75% 0.69% -
XYZ 25.81 23.95 5.75 -
YUV 130.84 79.56 160.92 -
System Red Green Blue C M Y K H S L
Decimal 177 124 45 0 0.30 0.75 0.31 35.91 0.59 0.44
Hex B1 7C 2D 0 1E 4B 1F 24 3B 2C
Octal 261 174 55 0 36 113 37 44 73 54
Binary 10110001 1111100 101101 0 11110 1001011 11111 100100 111011 101100

Color Harmonies of #B17C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C2D

Black with #B17C2D

Text Example


Text Example

White with #B17C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C2D; }

 p { color: rgb(177,124,45); }

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

background-color css

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

 a { background-color: rgb(177,124,45); }

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

border-color css

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

 span { border-color: rgb(177,124,45); }

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