Html Css Color HEX #BC5A46 Flame Pea

📋 copy color: '#BC5A46'

red 188 ◦ green 90 ◦ blue 70

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

Shades of Flame Pea #BC5A46

Tints of Flame Pea #BC5A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.86%

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 54.02%
G = 25.86%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC5A46 (or 0xBC5A46) is known color: Flame Pea. HEX triplet: BC, 5A and 46. RGB value is (188,90,70). Sum of RGB (Red+Green+Blue) = 188+90+70=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A46 is #43A5B9. Grayscale: #757575. Windows color (decimal): -4433338 or 4610748. OLE color: 4610748.

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

Color convert

RGB 188 90 70 -
CMYK 0 0.52 0.63 0.26
HSL 10.17º 0.47% 0.51% -
HSV(B) 10.17º 0.63% 0.74% -
XYZ 25.5 18.45 8.01 -
YUV 117.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 188 90 70 0 0.52 0.63 0.26 10.17 0.47 0.51
Hex BC 5A 46 0 34 3F 1A A 2F 33
Octal 274 132 106 0 64 77 32 12 57 63
Binary 10111100 1011010 1000110 0 110100 111111 11010 1010 101111 110011

Color Harmonies of #BC5A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A46

Black with #BC5A46

Text Example


Text Example

White with #BC5A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A46; }

 p { color: rgb(188,90,70); }

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

background-color css

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

 a { background-color: rgb(188,90,70); }

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

border-color css

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

 span { border-color: rgb(188,90,70); }

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