Html Css Color HEX #B17A21 Mandalay

📋 copy color: '#B17A21'

red 177 ◦ green 122 ◦ blue 33

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

Shades of Mandalay #B17A21

Tints of Mandalay #B17A21

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.75%

 BLUE value IS 33 (13.28% from 255) = 9.94%

R = 53.31%
G = 36.75%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B17A21 (or 0xB17A21) is known color: Mandalay. HEX triplet: B1, 7A and 21. RGB value is (177,122,33). Sum of RGB (Red+Green+Blue) = 177+122+33=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A21 is #4E85DE. Grayscale: #808080. Windows color (decimal): -5146079 or 2194097. OLE color: 2194097.

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

Color convert

RGB 177 122 33 -
CMYK 0 0.31 0.81 0.31
HSL 37.08º 0.69% 0.41% -
HSV(B) 37.08º 0.81% 0.69% -
XYZ 25.37 23.38 4.61 -
YUV 128.3 74.22 162.74 -
System Red Green Blue C M Y K H S L
Decimal 177 122 33 0 0.31 0.81 0.31 37.08 0.69 0.41
Hex B1 7A 21 0 1F 51 1F 25 45 29
Octal 261 172 41 0 37 121 37 45 105 51
Binary 10110001 1111010 100001 0 11111 1010001 11111 100101 1000101 101001

Color Harmonies of #B17A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A21

Black with #B17A21

Text Example


Text Example

White with #B17A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A21; }

 p { color: rgb(177,122,33); }

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

background-color css

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

 a { background-color: rgb(177,122,33); }

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

border-color css

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

 span { border-color: rgb(177,122,33); }

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