Html Css Color HEX #BC5B42 Flame Pea

📋 copy color: '#BC5B42'

red 188 ◦ green 91 ◦ blue 66

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

Shades of Flame Pea #BC5B42

Tints of Flame Pea #BC5B42

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.38%

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 54.49%
G = 26.38%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC5B42 (or 0xBC5B42) is known color: Flame Pea. HEX triplet: BC, 5B and 42. RGB value is (188,91,66). Sum of RGB (Red+Green+Blue) = 188+91+66=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B42 is #43A4BD. Grayscale: #757575. Windows color (decimal): -4433086 or 4348860. OLE color: 4348860.

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

Color convert

RGB 188 91 66 -
CMYK 0 0.52 0.65 0.26
HSL 12.3º 0.48% 0.5% -
HSV(B) 12.3º 0.65% 0.74% -
XYZ 25.46 18.57 7.4 -
YUV 117.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 188 91 66 0 0.52 0.65 0.26 12.3 0.48 0.5
Hex BC 5B 42 0 34 41 1A C 30 32
Octal 274 133 102 0 64 101 32 14 60 62
Binary 10111100 1011011 1000010 0 110100 1000001 11010 1100 110000 110010

Color Harmonies of #BC5B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B42

Black with #BC5B42

Text Example


Text Example

White with #BC5B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B42; }

 p { color: rgb(188,91,66); }

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

background-color css

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

 a { background-color: rgb(188,91,66); }

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

border-color css

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

 span { border-color: rgb(188,91,66); }

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