Html Css Color HEX #B17A2E Mandalay

📋 copy color: '#B17A2E'

red 177 ◦ green 122 ◦ blue 46

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

Shades of Mandalay #B17A2E

Tints of Mandalay #B17A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.33%

R = 51.3%
G = 35.36%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B17A2E (or 0xB17A2E) is known color: Mandalay. HEX triplet: B1, 7A and 2E. RGB value is (177,122,46). Sum of RGB (Red+Green+Blue) = 177+122+46=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A2E is #4E85D1. Grayscale: #828282. Windows color (decimal): -5146066 or 3046065. OLE color: 3046065.

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

Color convert

RGB 177 122 46 -
CMYK 0 0.31 0.74 0.31
HSL 34.81º 0.59% 0.44% -
HSV(B) 34.81º 0.74% 0.69% -
XYZ 25.58 23.46 5.77 -
YUV 129.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 177 122 46 0 0.31 0.74 0.31 34.81 0.59 0.44
Hex B1 7A 2E 0 1F 4A 1F 23 3B 2C
Octal 261 172 56 0 37 112 37 43 73 54
Binary 10110001 1111010 101110 0 11111 1001010 11111 100011 111011 101100

Color Harmonies of #B17A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A2E

Black with #B17A2E

Text Example


Text Example

White with #B17A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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