Html Css Color HEX #BC624B Flame Pea

📋 copy color: '#BC624B'

red 188 ◦ green 98 ◦ blue 75

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

Shades of Flame Pea #BC624B

Tints of Flame Pea #BC624B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

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

R = 52.08%
G = 27.15%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC624B (or 0xBC624B) is known color: Flame Pea. HEX triplet: BC, 62 and 4B. RGB value is (188,98,75). Sum of RGB (Red+Green+Blue) = 188+98+75=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC624B is #439DB4. Grayscale: #7A7A7A. Windows color (decimal): -4431285 or 4940476. OLE color: 4940476.

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

Color convert

RGB 188 98 75 -
CMYK 0 0.48 0.60 0.26
HSL 12.21º 0.46% 0.52% -
HSV(B) 12.21º 0.6% 0.74% -
XYZ 26.38 19.93 9.11 -
YUV 122.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 188 98 75 0 0.48 0.60 0.26 12.21 0.46 0.52
Hex BC 62 4B 0 30 3C 1A C 2E 34
Octal 274 142 113 0 60 74 32 14 56 64
Binary 10111100 1100010 1001011 0 110000 111100 11010 1100 101110 110100

Color Harmonies of #BC624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC624B

Black with #BC624B

Text Example


Text Example

White with #BC624B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC624B; }

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

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

background-color css

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

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

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

border-color css

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

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

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