Html Css Color HEX #BC6352 Flame Pea

📋 copy color: '#BC6352'

red 188 ◦ green 99 ◦ blue 82

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

Shades of Flame Pea #BC6352

Tints of Flame Pea #BC6352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

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

R = 50.95%
G = 26.83%
B = 22.22%

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

#BC6352 (or 0xBC6352) is known color: Flame Pea. HEX triplet: BC, 63 and 52. RGB value is (188,99,82). Sum of RGB (Red+Green+Blue) = 188+99+82=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6352 is #439CAD. Grayscale: #7B7B7B. Windows color (decimal): -4431022 or 5399484. OLE color: 5399484.

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

Color convert

RGB 188 99 82 -
CMYK 0 0.47 0.56 0.26
HSL 9.62º 0.44% 0.53% -
HSV(B) 9.62º 0.56% 0.74% -
XYZ 26.72 20.22 10.48 -
YUV 123.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 188 99 82 0 0.47 0.56 0.26 9.62 0.44 0.53
Hex BC 63 52 0 2F 38 1A A 2C 35
Octal 274 143 122 0 57 70 32 12 54 65
Binary 10111100 1100011 1010010 0 101111 111000 11010 1010 101100 110101

Color Harmonies of #BC6352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6352

Black with #BC6352

Text Example


Text Example

White with #BC6352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6352; }

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

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

background-color css

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

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

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

border-color css

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

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

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