Html Css Color HEX #BC5C4B Flame Pea

📋 copy color: '#BC5C4B'

red 188 ◦ green 92 ◦ blue 75

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

Shades of Flame Pea #BC5C4B

Tints of Flame Pea #BC5C4B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.92%

 BLUE value IS 75 (29.69% from 255) = 21.13%

R = 52.96%
G = 25.92%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC5C4B (or 0xBC5C4B) is known color: Flame Pea. HEX triplet: BC, 5C and 4B. RGB value is (188,92,75). Sum of RGB (Red+Green+Blue) = 188+92+75=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C4B is #43A3B4. Grayscale: #767676. Windows color (decimal): -4432821 or 4938940. OLE color: 4938940.

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

Color convert

RGB 188 92 75 -
CMYK 0 0.51 0.60 0.26
HSL 9.03º 0.46% 0.52% -
HSV(B) 9.03º 0.6% 0.74% -
XYZ 25.84 18.85 8.93 -
YUV 118.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 188 92 75 0 0.51 0.60 0.26 9.03 0.46 0.52
Hex BC 5C 4B 0 33 3C 1A 9 2E 34
Octal 274 134 113 0 63 74 32 11 56 64
Binary 10111100 1011100 1001011 0 110011 111100 11010 1001 101110 110100

Color Harmonies of #BC5C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C4B

Black with #BC5C4B

Text Example


Text Example

White with #BC5C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C4B; }

 p { color: rgb(188,92,75); }

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

background-color css

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

 a { background-color: rgb(188,92,75); }

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

border-color css

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

 span { border-color: rgb(188,92,75); }

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