Html Css Color HEX #BC5B3E Flame Pea

📋 copy color: '#BC5B3E'

red 188 ◦ green 91 ◦ blue 62

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

Shades of Flame Pea #BC5B3E

Tints of Flame Pea #BC5B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.18%

R = 55.13%
G = 26.69%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC5B3E (or 0xBC5B3E) is known color: Flame Pea. HEX triplet: BC, 5B and 3E. RGB value is (188,91,62). Sum of RGB (Red+Green+Blue) = 188+91+62=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B3E is #43A4C1. Grayscale: #747474. Windows color (decimal): -4433090 or 4086716. OLE color: 4086716.

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

Color convert

RGB 188 91 62 -
CMYK 0 0.52 0.67 0.26
HSL 13.81º 0.5% 0.49% -
HSV(B) 13.81º 0.67% 0.74% -
XYZ 25.35 18.52 6.8 -
YUV 116.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 188 91 62 0 0.52 0.67 0.26 13.81 0.5 0.49
Hex BC 5B 3E 0 34 43 1A E 32 31
Octal 274 133 76 0 64 103 32 16 62 61
Binary 10111100 1011011 111110 0 110100 1000011 11010 1110 110010 110001

Color Harmonies of #BC5B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B3E

Black with #BC5B3E

Text Example


Text Example

White with #BC5B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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