Html Css Color HEX #B17E2D Mandalay

📋 copy color: '#B17E2D'

red 177 ◦ green 126 ◦ blue 45

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

Shades of Mandalay #B17E2D

Tints of Mandalay #B17E2D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

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

R = 50.86%
G = 36.21%
B = 12.93%

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

#B17E2D (or 0xB17E2D) is known color: Mandalay. HEX triplet: B1, 7E and 2D. RGB value is (177,126,45). Sum of RGB (Red+Green+Blue) = 177+126+45=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E2D is #4E81D2. Grayscale: #848484. Windows color (decimal): -5145043 or 2981553. OLE color: 2981553.

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

Color convert

RGB 177 126 45 -
CMYK 0 0.29 0.75 0.31
HSL 36.82º 0.59% 0.44% -
HSV(B) 36.82º 0.75% 0.69% -
XYZ 26.07 24.46 5.83 -
YUV 132.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 177 126 45 0 0.29 0.75 0.31 36.82 0.59 0.44
Hex B1 7E 2D 0 1D 4B 1F 25 3B 2C
Octal 261 176 55 0 35 113 37 45 73 54
Binary 10110001 1111110 101101 0 11101 1001011 11111 100101 111011 101100

Color Harmonies of #B17E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17E2D

Black with #B17E2D

Text Example


Text Example

White with #B17E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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