Html Css Color HEX #BC6545 Flame Pea

📋 copy color: '#BC6545'

red 188 ◦ green 101 ◦ blue 69

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

Shades of Flame Pea #BC6545

Tints of Flame Pea #BC6545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

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

R = 52.51%
G = 28.21%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC6545 (or 0xBC6545) is known color: Flame Pea. HEX triplet: BC, 65 and 45. RGB value is (188,101,69). Sum of RGB (Red+Green+Blue) = 188+101+69=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6545 is #439ABA. Grayscale: #7B7B7B. Windows color (decimal): -4430523 or 4548028. OLE color: 4548028.

HSL color Cylindrical-coordinate representation of color #BC6545: hue angle of 16.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 #BC6545 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 101 69 -
CMYK 0 0.46 0.63 0.26
HSL 16.13º 0.47% 0.5% -
HSV(B) 16.13º 0.63% 0.74% -
XYZ 26.47 20.43 8.18 -
YUV 123.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 188 101 69 0 0.46 0.63 0.26 16.13 0.47 0.5
Hex BC 65 45 0 2E 3F 1A 10 2F 32
Octal 274 145 105 0 56 77 32 20 57 62
Binary 10111100 1100101 1000101 0 101110 111111 11010 10000 101111 110010

Color Harmonies of #BC6545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6545

Black with #BC6545

Text Example


Text Example

White with #BC6545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6545; }

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

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

background-color css

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

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

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

border-color css

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

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

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