Html Css Color HEX #BC584B Flame Pea

📋 copy color: '#BC584B'

red 188 ◦ green 88 ◦ blue 75

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

Shades of Flame Pea #BC584B

Tints of Flame Pea #BC584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.07%

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

R = 53.56%
G = 25.07%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC584B (or 0xBC584B) is known color: Flame Pea. HEX triplet: BC, 58 and 4B. RGB value is (188,88,75). Sum of RGB (Red+Green+Blue) = 188+88+75=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC584B is #43A7B4. Grayscale: #747474. Windows color (decimal): -4433845 or 4937916. OLE color: 4937916.

HSL color Cylindrical-coordinate representation of color #BC584B: hue angle of 6.9º 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 #BC584B is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 88 75 -
CMYK 0 0.53 0.60 0.26
HSL 6.9º 0.46% 0.52% -
HSV(B) 6.9º 0.6% 0.74% -
XYZ 25.5 18.18 8.82 -
YUV 116.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 188 88 75 0 0.53 0.60 0.26 6.9 0.46 0.52
Hex BC 58 4B 0 35 3C 1A 7 2E 34
Octal 274 130 113 0 65 74 32 7 56 64
Binary 10111100 1011000 1001011 0 110101 111100 11010 111 101110 110100

Color Harmonies of #BC584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC584B

Black with #BC584B

Text Example


Text Example

White with #BC584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC584B; }

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

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

background-color css

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

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

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

border-color css

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

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

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