Html Css Color HEX #BC7D35 Mandalay

📋 copy color: '#BC7D35'

red 188 ◦ green 125 ◦ blue 53

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

Shades of Mandalay #BC7D35

Tints of Mandalay #BC7D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.48%

R = 51.37%
G = 34.15%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC7D35 (or 0xBC7D35) is known color: Mandalay. HEX triplet: BC, 7D and 35. RGB value is (188,125,53). Sum of RGB (Red+Green+Blue) = 188+125+53=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D35 is #4382CA. Grayscale: #878787. Windows color (decimal): -4424395 or 3505596. OLE color: 3505596.

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

Color convert

RGB 188 125 53 -
CMYK 0 0.34 0.72 0.26
HSL 32º 0.56% 0.47% -
HSV(B) 32º 0.72% 0.74% -
XYZ 28.72 25.62 6.8 -
YUV 135.63 81.37 165.35 -
System Red Green Blue C M Y K H S L
Decimal 188 125 53 0 0.34 0.72 0.26 32 0.56 0.47
Hex BC 7D 35 0 22 48 1A 20 38 2F
Octal 274 175 65 0 42 110 32 40 70 57
Binary 10111100 1111101 110101 0 100010 1001000 11010 100000 111000 101111

Color Harmonies of #BC7D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D35

Black with #BC7D35

Text Example


Text Example

White with #BC7D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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