Html Css Color HEX #BC664F Flame Pea

📋 copy color: '#BC664F'

red 188 ◦ green 102 ◦ blue 79

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

Shades of Flame Pea #BC664F

Tints of Flame Pea #BC664F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

 BLUE value IS 79 (31.25% from 255) = 21.41%

R = 50.95%
G = 27.64%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC664F (or 0xBC664F) is known color: Flame Pea. HEX triplet: BC, 66 and 4F. RGB value is (188,102,79). Sum of RGB (Red+Green+Blue) = 188+102+79=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC664F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC664F is #4399B0. Grayscale: #7D7D7D. Windows color (decimal): -4430257 or 5203644. OLE color: 5203644.

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

Color convert

RGB 188 102 79 -
CMYK 0 0.46 0.58 0.26
HSL 12.66º 0.45% 0.52% -
HSV(B) 12.66º 0.58% 0.74% -
XYZ 26.9 20.76 9.99 -
YUV 125.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 188 102 79 0 0.46 0.58 0.26 12.66 0.45 0.52
Hex BC 66 4F 0 2E 3A 1A D 2D 34
Octal 274 146 117 0 56 72 32 15 55 64
Binary 10111100 1100110 1001111 0 101110 111010 11010 1101 101101 110100

Color Harmonies of #BC664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC664F

Black with #BC664F

Text Example


Text Example

White with #BC664F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC664F; }

 p { color: rgb(188,102,79); }

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

background-color css

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

 a { background-color: rgb(188,102,79); }

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

border-color css

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

 span { border-color: rgb(188,102,79); }

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