Html Css Color HEX #BC812C Mandalay

📋 copy color: '#BC812C'

red 188 ◦ green 129 ◦ blue 44

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

Shades of Mandalay #BC812C

Tints of Mandalay #BC812C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 52.08%
G = 35.73%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC812C (or 0xBC812C) is known color: Mandalay. HEX triplet: BC, 81 and 2C. RGB value is (188,129,44). Sum of RGB (Red+Green+Blue) = 188+129+44=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC812C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC812C is #437ED3. Grayscale: #898989. Windows color (decimal): -4423380 or 2916796. OLE color: 2916796.

HSL color Cylindrical-coordinate representation of color #BC812C: hue angle of 35.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC812C is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 129 44 -
CMYK 0 0.31 0.77 0.26
HSL 35.42º 0.62% 0.45% -
HSV(B) 35.42º 0.77% 0.74% -
XYZ 29.04 26.57 5.98 -
YUV 136.95 75.55 164.41 -
System Red Green Blue C M Y K H S L
Decimal 188 129 44 0 0.31 0.77 0.26 35.42 0.62 0.45
Hex BC 81 2C 0 1F 4D 1A 23 3E 2D
Octal 274 201 54 0 37 115 32 43 76 55
Binary 10111100 10000001 101100 0 11111 1001101 11010 100011 111110 101101

Color Harmonies of #BC812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC812C

Black with #BC812C

Text Example


Text Example

White with #BC812C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC812C; }

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

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

background-color css

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

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

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

border-color css

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

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

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