Html Css Color HEX #BC7D31 Mandalay

📋 copy color: '#BC7D31'

red 188 ◦ green 125 ◦ blue 49

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

Shades of Mandalay #BC7D31

Tints of Mandalay #BC7D31

RGB

 RED value IS 188 (73.83% from 255) = 51.93%

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

 BLUE value IS 49 (19.53% from 255) = 13.54%

R = 51.93%
G = 34.53%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC7D31 (or 0xBC7D31) is known color: Mandalay. HEX triplet: BC, 7D and 31. RGB value is (188,125,49). Sum of RGB (Red+Green+Blue) = 188+125+49=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D31 is #4382CE. Grayscale: #878787. Windows color (decimal): -4424399 or 3243452. OLE color: 3243452.

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

Color convert

RGB 188 125 49 -
CMYK 0 0.34 0.74 0.26
HSL 32.81º 0.59% 0.46% -
HSV(B) 32.81º 0.74% 0.74% -
XYZ 28.63 25.58 6.33 -
YUV 135.17 79.37 165.68 -
System Red Green Blue C M Y K H S L
Decimal 188 125 49 0 0.34 0.74 0.26 32.81 0.59 0.46
Hex BC 7D 31 0 22 4A 1A 21 3B 2E
Octal 274 175 61 0 42 112 32 41 73 56
Binary 10111100 1111101 110001 0 100010 1001010 11010 100001 111011 101110

Color Harmonies of #BC7D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D31

Black with #BC7D31

Text Example


Text Example

White with #BC7D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D31; }

 p { color: rgb(188,125,49); }

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

background-color css

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

 a { background-color: rgb(188,125,49); }

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

border-color css

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

 span { border-color: rgb(188,125,49); }

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