Html Css Color HEX #B17D1F Mandalay

📋 copy color: '#B17D1F'

red 177 ◦ green 125 ◦ blue 31

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

Shades of Mandalay #B17D1F

Tints of Mandalay #B17D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.54%

 BLUE value IS 31 (12.5% from 255) = 9.31%

R = 53.15%
G = 37.54%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B17D1F (or 0xB17D1F) is known color: Mandalay. HEX triplet: B1, 7D and 1F. RGB value is (177,125,31). Sum of RGB (Red+Green+Blue) = 177+125+31=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17D1F is #4E82E0. Grayscale: #828282. Windows color (decimal): -5145313 or 2063793. OLE color: 2063793.

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

Color convert

RGB 177 125 31 -
CMYK 0 0.29 0.82 0.31
HSL 38.63º 0.7% 0.41% -
HSV(B) 38.63º 0.82% 0.69% -
XYZ 25.71 24.11 4.6 -
YUV 129.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 177 125 31 0 0.29 0.82 0.31 38.63 0.7 0.41
Hex B1 7D 1F 0 1D 52 1F 27 46 29
Octal 261 175 37 0 35 122 37 47 106 51
Binary 10110001 1111101 11111 0 11101 1010010 11111 100111 1000110 101001

Color Harmonies of #B17D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17D1F

Black with #B17D1F

Text Example


Text Example

White with #B17D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17D1F; }

 p { color: rgb(177,125,31); }

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

background-color css

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

 a { background-color: rgb(177,125,31); }

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

border-color css

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

 span { border-color: rgb(177,125,31); }

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