Html Css Color HEX #BC8130 Mandalay

📋 copy color: '#BC8130'

red 188 ◦ green 129 ◦ blue 48

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

Shades of Mandalay #BC8130

Tints of Mandalay #BC8130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.34%

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

R = 51.51%
G = 35.34%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC8130 (or 0xBC8130) is known color: Mandalay. HEX triplet: BC, 81 and 30. RGB value is (188,129,48). Sum of RGB (Red+Green+Blue) = 188+129+48=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8130 is #437ECF. Grayscale: #898989. Windows color (decimal): -4423376 or 3178940. OLE color: 3178940.

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

Color convert

RGB 188 129 48 -
CMYK 0 0.31 0.74 0.26
HSL 34.71º 0.59% 0.46% -
HSV(B) 34.71º 0.74% 0.74% -
XYZ 29.12 26.61 6.4 -
YUV 137.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 188 129 48 0 0.31 0.74 0.26 34.71 0.59 0.46
Hex BC 81 30 0 1F 4A 1A 23 3B 2E
Octal 274 201 60 0 37 112 32 43 73 56
Binary 10111100 10000001 110000 0 11111 1001010 11010 100011 111011 101110

Color Harmonies of #BC8130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8130

Black with #BC8130

Text Example


Text Example

White with #BC8130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8130; }

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

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

background-color css

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

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

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

border-color css

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

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

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