Html Css Color HEX #BC6750 Flame Pea

📋 copy color: '#BC6750'

red 188 ◦ green 103 ◦ blue 80

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

Shades of Flame Pea #BC6750

Tints of Flame Pea #BC6750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 50.67%
G = 27.76%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC6750 (or 0xBC6750) is known color: Flame Pea. HEX triplet: BC, 67 and 50. RGB value is (188,103,80). Sum of RGB (Red+Green+Blue) = 188+103+80=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6750 is #4398AF. Grayscale: #7D7D7D. Windows color (decimal): -4430000 or 5269436. OLE color: 5269436.

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

Color convert

RGB 188 103 80 -
CMYK 0 0.45 0.57 0.26
HSL 12.78º 0.45% 0.53% -
HSV(B) 12.78º 0.57% 0.74% -
XYZ 27.04 20.97 10.21 -
YUV 125.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 188 103 80 0 0.45 0.57 0.26 12.78 0.45 0.53
Hex BC 67 50 0 2D 39 1A D 2D 35
Octal 274 147 120 0 55 71 32 15 55 65
Binary 10111100 1100111 1010000 0 101101 111001 11010 1101 101101 110101

Color Harmonies of #BC6750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6750

Black with #BC6750

Text Example


Text Example

White with #BC6750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6750; }

 p { color: rgb(188,103,80); }

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

background-color css

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

 a { background-color: rgb(188,103,80); }

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

border-color css

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

 span { border-color: rgb(188,103,80); }

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