Html Css Color HEX #BC7D33 Mandalay

📋 copy color: '#BC7D33'

red 188 ◦ green 125 ◦ blue 51

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

Shades of Mandalay #BC7D33

Tints of Mandalay #BC7D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.01%

R = 51.65%
G = 34.34%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC7D33 (or 0xBC7D33) is known color: Mandalay. HEX triplet: BC, 7D and 33. RGB value is (188,125,51). Sum of RGB (Red+Green+Blue) = 188+125+51=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D33 is #4382CC. Grayscale: #878787. Windows color (decimal): -4424397 or 3374524. OLE color: 3374524.

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

Color convert

RGB 188 125 51 -
CMYK 0 0.34 0.73 0.26
HSL 32.41º 0.57% 0.47% -
HSV(B) 32.41º 0.73% 0.74% -
XYZ 28.67 25.6 6.56 -
YUV 135.4 80.37 165.52 -
System Red Green Blue C M Y K H S L
Decimal 188 125 51 0 0.34 0.73 0.26 32.41 0.57 0.47
Hex BC 7D 33 0 22 49 1A 20 39 2F
Octal 274 175 63 0 42 111 32 40 71 57
Binary 10111100 1111101 110011 0 100010 1001001 11010 100000 111001 101111

Color Harmonies of #BC7D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D33

Black with #BC7D33

Text Example


Text Example

White with #BC7D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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