Html Css Color HEX #B17730 Mandalay

📋 copy color: '#B17730'

red 177 ◦ green 119 ◦ blue 48

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

Shades of Mandalay #B17730

Tints of Mandalay #B17730

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.59%

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 51.45%
G = 34.59%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B17730 (or 0xB17730) is known color: Mandalay. HEX triplet: B1, 77 and 30. RGB value is (177,119,48). Sum of RGB (Red+Green+Blue) = 177+119+48=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B17730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17730 is #4E88CF. Grayscale: #808080. Windows color (decimal): -5146832 or 3176369. OLE color: 3176369.

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

Color convert

RGB 177 119 48 -
CMYK 0 0.33 0.73 0.31
HSL 33.02º 0.57% 0.44% -
HSV(B) 33.02º 0.73% 0.69% -
XYZ 25.26 22.75 5.86 -
YUV 128.25 82.72 162.77 -
System Red Green Blue C M Y K H S L
Decimal 177 119 48 0 0.33 0.73 0.31 33.02 0.57 0.44
Hex B1 77 30 0 21 49 1F 21 39 2C
Octal 261 167 60 0 41 111 37 41 71 54
Binary 10110001 1110111 110000 0 100001 1001001 11111 100001 111001 101100

Color Harmonies of #B17730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17730

Black with #B17730

Text Example


Text Example

White with #B17730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17730; }

 p { color: rgb(177,119,48); }

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

background-color css

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

 a { background-color: rgb(177,119,48); }

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

border-color css

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

 span { border-color: rgb(177,119,48); }

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