Html Css Color HEX #BC6452 Flame Pea

📋 copy color: '#BC6452'

red 188 ◦ green 100 ◦ blue 82

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

Shades of Flame Pea #BC6452

Tints of Flame Pea #BC6452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.03%

 BLUE value IS 82 (32.42% from 255) = 22.16%

R = 50.81%
G = 27.03%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC6452 (or 0xBC6452) is known color: Flame Pea. HEX triplet: BC, 64 and 52. RGB value is (188,100,82). Sum of RGB (Red+Green+Blue) = 188+100+82=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6452 is #439BAD. Grayscale: #7C7C7C. Windows color (decimal): -4430766 or 5399740. OLE color: 5399740.

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

Color convert

RGB 188 100 82 -
CMYK 0 0.47 0.56 0.26
HSL 10.19º 0.44% 0.53% -
HSV(B) 10.19º 0.56% 0.74% -
XYZ 26.82 20.41 10.51 -
YUV 124.26 104.15 173.46 -
System Red Green Blue C M Y K H S L
Decimal 188 100 82 0 0.47 0.56 0.26 10.19 0.44 0.53
Hex BC 64 52 0 2F 38 1A A 2C 35
Octal 274 144 122 0 57 70 32 12 54 65
Binary 10111100 1100100 1010010 0 101111 111000 11010 1010 101100 110101

Color Harmonies of #BC6452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6452

Black with #BC6452

Text Example


Text Example

White with #BC6452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6452; }

 p { color: rgb(188,100,82); }

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

background-color css

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

 a { background-color: rgb(188,100,82); }

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

border-color css

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

 span { border-color: rgb(188,100,82); }

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