Html Css Color HEX #BC6345 Flame Pea

📋 copy color: '#BC6345'

red 188 ◦ green 99 ◦ blue 69

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

Shades of Flame Pea #BC6345

Tints of Flame Pea #BC6345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.38%

R = 52.81%
G = 27.81%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC6345 (or 0xBC6345) is known color: Flame Pea. HEX triplet: BC, 63 and 45. RGB value is (188,99,69). Sum of RGB (Red+Green+Blue) = 188+99+69=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6345 is #439CBA. Grayscale: #7A7A7A. Windows color (decimal): -4431035 or 4547516. OLE color: 4547516.

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

Color convert

RGB 188 99 69 -
CMYK 0 0.47 0.63 0.26
HSL 15.13º 0.47% 0.5% -
HSV(B) 15.13º 0.63% 0.74% -
XYZ 26.28 20.04 8.11 -
YUV 122.19 97.99 174.94 -
System Red Green Blue C M Y K H S L
Decimal 188 99 69 0 0.47 0.63 0.26 15.13 0.47 0.5
Hex BC 63 45 0 2F 3F 1A F 2F 32
Octal 274 143 105 0 57 77 32 17 57 62
Binary 10111100 1100011 1000101 0 101111 111111 11010 1111 101111 110010

Color Harmonies of #BC6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6345

Black with #BC6345

Text Example


Text Example

White with #BC6345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6345; }

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

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

background-color css

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

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

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

border-color css

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

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

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