Html Css Color HEX #B17B3D Mandalay

📋 copy color: '#B17B3D'

red 177 ◦ green 123 ◦ blue 61

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

Shades of Mandalay #B17B3D

Tints of Mandalay #B17B3D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.07%

 BLUE value IS 61 (24.22% from 255) = 16.9%

R = 49.03%
G = 34.07%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B17B3D (or 0xB17B3D) is known color: Mandalay. HEX triplet: B1, 7B and 3D. RGB value is (177,123,61). Sum of RGB (Red+Green+Blue) = 177+123+61=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17B3D is #4E84C2. Grayscale: #848484. Windows color (decimal): -5145795 or 4029361. OLE color: 4029361.

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

Color convert

RGB 177 123 61 -
CMYK 0 0.31 0.66 0.31
HSL 32.07º 0.49% 0.47% -
HSV(B) 32.07º 0.66% 0.69% -
XYZ 26.06 23.85 7.65 -
YUV 132.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 177 123 61 0 0.31 0.66 0.31 32.07 0.49 0.47
Hex B1 7B 3D 0 1F 42 1F 20 31 2F
Octal 261 173 75 0 37 102 37 40 61 57
Binary 10110001 1111011 111101 0 11111 1000010 11111 100000 110001 101111

Color Harmonies of #B17B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17B3D

Black with #B17B3D

Text Example


Text Example

White with #B17B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17B3D; }

 p { color: rgb(177,123,61); }

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

background-color css

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

 a { background-color: rgb(177,123,61); }

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

border-color css

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

 span { border-color: rgb(177,123,61); }

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