Html Css Color HEX #BC694A Flame Pea

📋 copy color: '#BC694A'

red 188 ◦ green 105 ◦ blue 74

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

Shades of Flame Pea #BC694A

Tints of Flame Pea #BC694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

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

R = 51.23%
G = 28.61%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC694A (or 0xBC694A) is known color: Flame Pea. HEX triplet: BC, 69 and 4A. RGB value is (188,105,74). Sum of RGB (Red+Green+Blue) = 188+105+74=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC694A is #4396B5. Grayscale: #7E7E7E. Windows color (decimal): -4429494 or 4876732. OLE color: 4876732.

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

Color convert

RGB 188 105 74 -
CMYK 0 0.44 0.61 0.26
HSL 16.32º 0.46% 0.51% -
HSV(B) 16.32º 0.61% 0.74% -
XYZ 27.03 21.29 9.16 -
YUV 126.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 188 105 74 0 0.44 0.61 0.26 16.32 0.46 0.51
Hex BC 69 4A 0 2C 3D 1A 10 2E 33
Octal 274 151 112 0 54 75 32 20 56 63
Binary 10111100 1101001 1001010 0 101100 111101 11010 10000 101110 110011

Color Harmonies of #BC694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC694A

Black with #BC694A

Text Example


Text Example

White with #BC694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC694A; }

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

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

background-color css

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

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

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

border-color css

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

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

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