Html Css Color HEX #BC7E30 Mandalay

📋 copy color: '#BC7E30'

red 188 ◦ green 126 ◦ blue 48

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

Shades of Mandalay #BC7E30

Tints of Mandalay #BC7E30

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.81%

 BLUE value IS 48 (19.14% from 255) = 13.26%

R = 51.93%
G = 34.81%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC7E30 (or 0xBC7E30) is known color: Mandalay. HEX triplet: BC, 7E and 30. RGB value is (188,126,48). Sum of RGB (Red+Green+Blue) = 188+126+48=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E30 is #4381CF. Grayscale: #888888. Windows color (decimal): -4424144 or 3178172. OLE color: 3178172.

HSL color Cylindrical-coordinate representation of color #BC7E30: hue angle of 33.43º 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 #BC7E30 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 126 48 -
CMYK 0 0.33 0.74 0.26
HSL 33.43º 0.59% 0.46% -
HSV(B) 33.43º 0.74% 0.74% -
XYZ 28.73 25.83 6.27 -
YUV 135.65 78.54 165.34 -
System Red Green Blue C M Y K H S L
Decimal 188 126 48 0 0.33 0.74 0.26 33.43 0.59 0.46
Hex BC 7E 30 0 21 4A 1A 21 3B 2E
Octal 274 176 60 0 41 112 32 41 73 56
Binary 10111100 1111110 110000 0 100001 1001010 11010 100001 111011 101110

Color Harmonies of #BC7E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E30

Black with #BC7E30

Text Example


Text Example

White with #BC7E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E30; }

 p { color: rgb(188,126,48); }

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

background-color css

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

 a { background-color: rgb(188,126,48); }

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

border-color css

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

 span { border-color: rgb(188,126,48); }

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