Html Css Color HEX #BC644A Flame Pea

📋 copy color: '#BC644A'

red 188 ◦ green 100 ◦ blue 74

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

Shades of Flame Pea #BC644A

Tints of Flame Pea #BC644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 51.93%
G = 27.62%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC644A (or 0xBC644A) is known color: Flame Pea. HEX triplet: BC, 64 and 4A. RGB value is (188,100,74). Sum of RGB (Red+Green+Blue) = 188+100+74=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC644A is #439BB5. Grayscale: #7B7B7B. Windows color (decimal): -4430774 or 4875452. OLE color: 4875452.

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

Color convert

RGB 188 100 74 -
CMYK 0 0.47 0.61 0.26
HSL 13.68º 0.46% 0.51% -
HSV(B) 13.68º 0.61% 0.74% -
XYZ 26.53 20.3 9 -
YUV 123.35 100.15 174.11 -
System Red Green Blue C M Y K H S L
Decimal 188 100 74 0 0.47 0.61 0.26 13.68 0.46 0.51
Hex BC 64 4A 0 2F 3D 1A E 2E 33
Octal 274 144 112 0 57 75 32 16 56 63
Binary 10111100 1100100 1001010 0 101111 111101 11010 1110 101110 110011

Color Harmonies of #BC644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC644A

Black with #BC644A

Text Example


Text Example

White with #BC644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC644A; }

 p { color: rgb(188,100,74); }

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

background-color css

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

 a { background-color: rgb(188,100,74); }

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

border-color css

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

 span { border-color: rgb(188,100,74); }

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