Html Css Color HEX #BC694B Flame Pea

📋 copy color: '#BC694B'

red 188 ◦ green 105 ◦ blue 75

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

Shades of Flame Pea #BC694B

Tints of Flame Pea #BC694B

RGB

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

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

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

R = 51.09%
G = 28.53%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC694B (or 0xBC694B) is known color: Flame Pea. HEX triplet: BC, 69 and 4B. RGB value is (188,105,75). Sum of RGB (Red+Green+Blue) = 188+105+75=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC694B is #4396B4. Grayscale: #7E7E7E. Windows color (decimal): -4429493 or 4942268. OLE color: 4942268.

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

Color convert

RGB 188 105 75 -
CMYK 0 0.44 0.60 0.26
HSL 15.93º 0.46% 0.52% -
HSV(B) 15.93º 0.6% 0.74% -
XYZ 27.06 21.3 9.34 -
YUV 126.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 188 105 75 0 0.44 0.60 0.26 15.93 0.46 0.52
Hex BC 69 4B 0 2C 3C 1A 10 2E 34
Octal 274 151 113 0 54 74 32 20 56 64
Binary 10111100 1101001 1001011 0 101100 111100 11010 10000 101110 110100

Color Harmonies of #BC694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC694B

Black with #BC694B

Text Example


Text Example

White with #BC694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC694B; }

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

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

background-color css

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

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

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

border-color css

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

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

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