Html Css Color HEX #BA6750 Flame Pea

📋 copy color: '#BA6750'

red 186 ◦ green 103 ◦ blue 80

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

Shades of Flame Pea #BA6750

Tints of Flame Pea #BA6750

RGB

 RED value IS 186 (73.05% from 255) = 50.41%

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

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

R = 50.41%
G = 27.91%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA6750 (or 0xBA6750) is known color: Flame Pea. HEX triplet: BA, 67 and 50. RGB value is (186,103,80). Sum of RGB (Red+Green+Blue) = 186+103+80=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6750 is #4598AF. Grayscale: #7D7D7D. Windows color (decimal): -4561072 or 5269434. OLE color: 5269434.

HSL color Cylindrical-coordinate representation of color #BA6750: hue angle of 13.02º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA6750 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 103 80 -
CMYK 0 0.45 0.57 0.27
HSL 13.02º 0.43% 0.52% -
HSV(B) 13.02º 0.57% 0.73% -
XYZ 26.55 20.72 10.19 -
YUV 125.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 186 103 80 0 0.45 0.57 0.27 13.02 0.43 0.52
Hex BA 67 50 0 2D 39 1B D 2B 34
Octal 272 147 120 0 55 71 33 15 53 64
Binary 10111010 1100111 1010000 0 101101 111001 11011 1101 101011 110100

Color Harmonies of #BA6750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6750

Black with #BA6750

Text Example


Text Example

White with #BA6750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6750; }

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

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

background-color css

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

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

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

border-color css

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

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

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