Html Css Color HEX #BC694D Flame Pea

📋 copy color: '#BC694D'

red 188 ◦ green 105 ◦ blue 77

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

Shades of Flame Pea #BC694D

Tints of Flame Pea #BC694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.81%

R = 50.81%
G = 28.38%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC694D (or 0xBC694D) is known color: Flame Pea. HEX triplet: BC, 69 and 4D. RGB value is (188,105,77). Sum of RGB (Red+Green+Blue) = 188+105+77=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC694D is #4396B2. Grayscale: #7E7E7E. Windows color (decimal): -4429491 or 5073340. OLE color: 5073340.

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

Color convert

RGB 188 105 77 -
CMYK 0 0.44 0.59 0.26
HSL 15.14º 0.45% 0.52% -
HSV(B) 15.14º 0.59% 0.74% -
XYZ 27.13 21.33 9.71 -
YUV 126.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 188 105 77 0 0.44 0.59 0.26 15.14 0.45 0.52
Hex BC 69 4D 0 2C 3B 1A F 2D 34
Octal 274 151 115 0 54 73 32 17 55 64
Binary 10111100 1101001 1001101 0 101100 111011 11010 1111 101101 110100

Color Harmonies of #BC694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC694D

Black with #BC694D

Text Example


Text Example

White with #BC694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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