Html Css Color HEX #B17C28 Mandalay

📋 copy color: '#B17C28'

red 177 ◦ green 124 ◦ blue 40

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

Shades of Mandalay #B17C28

Tints of Mandalay #B17C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 51.91%
G = 36.36%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B17C28 (or 0xB17C28) is known color: Mandalay. HEX triplet: B1, 7C and 28. RGB value is (177,124,40). Sum of RGB (Red+Green+Blue) = 177+124+40=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C28 is #4E83D7. Grayscale: #828282. Windows color (decimal): -5145560 or 2653361. OLE color: 2653361.

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

Color convert

RGB 177 124 40 -
CMYK 0 0.30 0.77 0.31
HSL 36.79º 0.63% 0.43% -
HSV(B) 36.79º 0.77% 0.69% -
XYZ 25.72 23.92 5.27 -
YUV 130.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 177 124 40 0 0.30 0.77 0.31 36.79 0.63 0.43
Hex B1 7C 28 0 1E 4D 1F 25 3F 2B
Octal 261 174 50 0 36 115 37 45 77 53
Binary 10110001 1111100 101000 0 11110 1001101 11111 100101 111111 101011

Color Harmonies of #B17C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C28

Black with #B17C28

Text Example


Text Example

White with #B17C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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