Html Css Color HEX #B17C23 Mandalay

📋 copy color: '#B17C23'

red 177 ◦ green 124 ◦ blue 35

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

Shades of Mandalay #B17C23

Tints of Mandalay #B17C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.42%

R = 52.68%
G = 36.9%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B17C23 (or 0xB17C23) is known color: Mandalay. HEX triplet: B1, 7C and 23. RGB value is (177,124,35). Sum of RGB (Red+Green+Blue) = 177+124+35=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C23 is #4E83DC. Grayscale: #828282. Windows color (decimal): -5145565 or 2325681. OLE color: 2325681.

HSL color Cylindrical-coordinate representation of color #B17C23: hue angle of 37.61º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B17C23 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 124 35 -
CMYK 0 0.30 0.80 0.31
HSL 37.61º 0.67% 0.42% -
HSV(B) 37.61º 0.8% 0.69% -
XYZ 25.64 23.88 4.85 -
YUV 129.7 74.56 161.74 -
System Red Green Blue C M Y K H S L
Decimal 177 124 35 0 0.30 0.80 0.31 37.61 0.67 0.42
Hex B1 7C 23 0 1E 50 1F 26 43 2A
Octal 261 174 43 0 36 120 37 46 103 52
Binary 10110001 1111100 100011 0 11110 1010000 11111 100110 1000011 101010

Color Harmonies of #B17C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C23

Black with #B17C23

Text Example


Text Example

White with #B17C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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