Html Css Color HEX #BC7D34 Mandalay

📋 copy color: '#BC7D34'

red 188 ◦ green 125 ◦ blue 52

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

Shades of Mandalay #BC7D34

Tints of Mandalay #BC7D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.25%

R = 51.51%
G = 34.25%
B = 14.25%

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

#BC7D34 (or 0xBC7D34) is known color: Mandalay. HEX triplet: BC, 7D and 34. RGB value is (188,125,52). Sum of RGB (Red+Green+Blue) = 188+125+52=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D34 is #4382CB. Grayscale: #878787. Windows color (decimal): -4424396 or 3440060. OLE color: 3440060.

HSL color Cylindrical-coordinate representation of color #BC7D34: hue angle of 32.21º degrees, saturation: 0.57, 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 #BC7D34 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 125 52 -
CMYK 0 0.34 0.72 0.26
HSL 32.21º 0.57% 0.47% -
HSV(B) 32.21º 0.72% 0.74% -
XYZ 28.69 25.61 6.68 -
YUV 135.52 80.87 165.44 -
System Red Green Blue C M Y K H S L
Decimal 188 125 52 0 0.34 0.72 0.26 32.21 0.57 0.47
Hex BC 7D 34 0 22 48 1A 20 39 2F
Octal 274 175 64 0 42 110 32 40 71 57
Binary 10111100 1111101 110100 0 100010 1001000 11010 100000 111001 101111

Color Harmonies of #BC7D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D34

Black with #BC7D34

Text Example


Text Example

White with #BC7D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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