Html Css Color HEX #B17A33 Mandalay

📋 copy color: '#B17A33'

red 177 ◦ green 122 ◦ blue 51

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

Shades of Mandalay #B17A33

Tints of Mandalay #B17A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.57%

R = 50.57%
G = 34.86%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B17A33 (or 0xB17A33) is known color: Mandalay. HEX triplet: B1, 7A and 33. RGB value is (177,122,51). Sum of RGB (Red+Green+Blue) = 177+122+51=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A33 is #4E85CC. Grayscale: #828282. Windows color (decimal): -5146061 or 3373745. OLE color: 3373745.

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

Color convert

RGB 177 122 51 -
CMYK 0 0.31 0.71 0.31
HSL 33.81º 0.55% 0.45% -
HSV(B) 33.81º 0.71% 0.69% -
XYZ 25.69 23.51 6.31 -
YUV 130.35 83.22 161.27 -
System Red Green Blue C M Y K H S L
Decimal 177 122 51 0 0.31 0.71 0.31 33.81 0.55 0.45
Hex B1 7A 33 0 1F 47 1F 22 37 2D
Octal 261 172 63 0 37 107 37 42 67 55
Binary 10110001 1111010 110011 0 11111 1000111 11111 100010 110111 101101

Color Harmonies of #B17A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A33

Black with #B17A33

Text Example


Text Example

White with #B17A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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