Html Css Color HEX #BC5B43 Flame Pea

📋 copy color: '#BC5B43'

red 188 ◦ green 91 ◦ blue 67

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

Shades of Flame Pea #BC5B43

Tints of Flame Pea #BC5B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.36%

R = 54.34%
G = 26.3%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC5B43 (or 0xBC5B43) is known color: Flame Pea. HEX triplet: BC, 5B and 43. RGB value is (188,91,67). Sum of RGB (Red+Green+Blue) = 188+91+67=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B43 is #43A4BC. Grayscale: #757575. Windows color (decimal): -4433085 or 4414396. OLE color: 4414396.

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

Color convert

RGB 188 91 67 -
CMYK 0 0.52 0.64 0.26
HSL 11.9º 0.47% 0.5% -
HSV(B) 11.9º 0.64% 0.74% -
XYZ 25.49 18.58 7.55 -
YUV 117.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 188 91 67 0 0.52 0.64 0.26 11.9 0.47 0.5
Hex BC 5B 43 0 34 40 1A C 2F 32
Octal 274 133 103 0 64 100 32 14 57 62
Binary 10111100 1011011 1000011 0 110100 1000000 11010 1100 101111 110010

Color Harmonies of #BC5B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B43

Black with #BC5B43

Text Example


Text Example

White with #BC5B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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